mirror of https://github.com/sundowndev/http.git
fix tests when running locally
parent
40de9c9d68
commit
f0de662c64
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in New Issue