From 098b18e8881ddfb042bedd2cf9a406f52e08b4d1 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sun, 1 Sep 2024 15:12:29 -0400 Subject: [PATCH] Fix: Revert test chdir from https://github.com/maptiler/tileserver-gl/pull/1326 --- test/setup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/setup.js b/test/setup.js index d88c9ef..34fba67 100644 --- a/test/setup.js +++ b/test/setup.js @@ -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,