Skip to content

Commit

Permalink
explicitly call nuxt.ready()
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Mar 20, 2019
1 parent 66a22b5 commit 2b311f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fail.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ logger.mockTypes(() => jest.fn())
describe('module', () => {
beforeAll(async () => {
nuxt = new Nuxt(config)
await nuxt.ready()
await new Builder(nuxt).build()
})

Expand Down

0 comments on commit 2b311f6

Please sign in to comment.