Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 9, 2021
1 parent b6b1f87 commit ac762b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default {
`,
'nuxt.config.js': endent`
export default {
createRequire: 'native',
modules: [
'~/modules/foo',
],
Expand All @@ -33,6 +34,7 @@ export default {
'modules/foo/index.js': 'foo bar',
'nuxt.config.js': endent`
export default {
createRequire: 'native',
modules: [
'~/modules/foo',
],
Expand Down

0 comments on commit ac762b8

Please sign in to comment.