Skip to content

Commit ed52bb6

Browse files
committed
fix test issue with new axios (used by localtunnel)
1 parent 98fe522 commit ed52bb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: test/integration/__tests__/live-api.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* @jest-environment node
3+
*/
4+
// https://github.com/axios/axios/issues/2654
15
const localtunnel = require('localtunnel')
26
const http = require('http')
37
const keyBy = require('lodash/keyBy')

0 commit comments

Comments
 (0)