Skip to content

Commit 098b18e

Browse files
authored
Fix: Revert test chdir from #1326
1 parent 574374c commit 098b18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ global.supertest = supertest;
99

1010
before(function () {
1111
console.log('global setup');
12+
process.chdir('test_data');
1213
const running = server({
1314
configPath: 'config.json',
1415
port: 8888,

0 commit comments

Comments
 (0)