This commit is contained in:
Andrew Calcutt 2024-09-01 15:12:29 -04:00 committed by GitHub
parent 574374c53d
commit 098b18e888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ global.supertest = supertest;
before(function () {
console.log('global setup');
process.chdir('test_data');
const running = server({
configPath: 'config.json',
port: 8888,