Skip to content

Commit f0de662

Browse files
committed
fix tests when running locally
1 parent 40de9c9 commit f0de662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/axios.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('axios module', () => {
1717
)
1818

1919
await new Builder(nuxt).build()
20-
await nuxt.listen(process.env.PORT)
20+
await nuxt.listen(3000)
2121
}, 60000)
2222

2323
afterAll(async () => {

0 commit comments

Comments
 (0)