fix tests when running locally

master
Pooya Parsa 2018-10-14 23:41:22 +03:30
parent 40de9c9d68
commit f0de662c64
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ describe('axios module', () => {
)
await new Builder(nuxt).build()
await nuxt.listen(process.env.PORT)
await nuxt.listen(3000)
}, 60000)
afterAll(async () => {