We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574374c commit 098b18eCopy full SHA for 098b18e
test/setup.js
@@ -9,6 +9,7 @@ global.supertest = supertest;
9
10
before(function () {
11
console.log('global setup');
12
+ process.chdir('test_data');
13
const running = server({
14
configPath: 'config.json',
15
port: 8888,
0 commit comments