test: fix socket hang up test

[release]
This commit is contained in:
Clark Du 2020-01-20 23:21:50 +00:00 committed by Pooya Parsa
parent 206f062480
commit 0edf819c15
1 changed files with 1 additions and 1 deletions

View File

@ -199,6 +199,6 @@ describe('basic dev', () => {
// Close server and ask nuxt to stop listening to file changes // Close server and ask nuxt to stop listening to file changes
afterAll(async () => { afterAll(async () => {
await nuxt.close() await builder.close()
}) })
}) })