mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
coverage
This commit is contained in:
parent
b5ff5a167d
commit
edfc42086f
3
test/fixtures/basic/nuxt.config.js
vendored
3
test/fixtures/basic/nuxt.config.js
vendored
@ -1,3 +1,5 @@
|
|||||||
|
const path = require('path')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
generate: {
|
generate: {
|
||||||
routes: [
|
routes: [
|
||||||
@ -8,6 +10,7 @@ module.exports = {
|
|||||||
interval: 200,
|
interval: 200,
|
||||||
subFolders: true
|
subFolders: true
|
||||||
},
|
},
|
||||||
|
modulesDir: path.join(__dirname, '..', '..', '..', 'node_modules'),
|
||||||
hooks: {
|
hooks: {
|
||||||
ready(nuxt) {
|
ready(nuxt) {
|
||||||
nuxt.__hook_called__ = true
|
nuxt.__hook_called__ = true
|
||||||
|
Loading…
Reference in New Issue
Block a user