diff --git a/test/fixtures/module/modules/hooks/index.js b/test/fixtures/module/modules/hooks/index.js index eac4a10e97..e998d8a974 100644 --- a/test/fixtures/module/modules/hooks/index.js +++ b/test/fixtures/module/modules/hooks/index.js @@ -19,8 +19,4 @@ export default function () { this.nuxt.hook('build:done', (builder) => { this.nuxt.__builder_plugin = builder && ctr++ }) - - this.nuxt.hook('build:extendRoutes', (builder) => { - throw new Error('hook error testing') - }) }