Skip to content

Commit

Permalink
fix(test): change config path
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 28, 2020
1 parent ef3f02d commit 0571ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('module', () => {
let nuxt

beforeAll(async () => {
;({ nuxt } = await setup(loadConfig(__dirname, './fixture')))
;({ nuxt } = await setup(loadConfig(__dirname, './')))
}, 60000)

afterAll(async () => {
Expand Down

0 comments on commit 0571ae1

Please sign in to comment.