Fix: Revert test chdir from https://github.com/maptiler/tileserver-gl/pull/1326
This commit is contained in:
parent
574374c53d
commit
098b18e888
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue