mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 07:30:57 +00:00
test(module): code coverage
This commit is contained in:
parent
44c6a25247
commit
30b5387f95
9
test/fixtures/module/nuxt.config.js
vendored
9
test/fixtures/module/nuxt.config.js
vendored
@ -2,8 +2,13 @@ module.exports = {
|
|||||||
loading: true,
|
loading: true,
|
||||||
modules: [
|
modules: [
|
||||||
'~modules/basic',
|
'~modules/basic',
|
||||||
'~/modules/middleware',
|
{
|
||||||
'./modules/template'
|
src: '~/modules/middleware',
|
||||||
|
options: {
|
||||||
|
foo: 'bar'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
['./modules/template', {baz: 'ping'}]
|
||||||
],
|
],
|
||||||
serverMiddleware: [
|
serverMiddleware: [
|
||||||
'./modules/middleware/midd2'
|
'./modules/middleware/midd2'
|
||||||
|
Loading…
Reference in New Issue
Block a user