Skip to content

Commit

Permalink
test: fix socket hang up test
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
clarkdo committed Jan 20, 2020
1 parent 84d7a0a commit 3f93d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dev/basic.dev.test.js
Expand Up @@ -199,6 +199,6 @@ describe('basic dev', () => {

// Close server and ask nuxt to stop listening to file changes
afterAll(async () => {
await nuxt.close()
await builder.close()
})
})

0 comments on commit 3f93d09

Please sign in to comment.