index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/jest.config.integ.cjs
diff options
Diffstat (limited to 'jest.config.integ.cjs')
-rw-r--r-- | jest.config.integ.cjs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jest.config.integ.cjs b/jest.config.integ.cjs index 7e8af3c..28562ea 100644 --- a/jest.config.integ.cjs +++ b/jest.config.integ.cjs @@ -6,4 +6,7 @@ module.exports = { setupFiles: ['./test/integration/helpers.cjs'], testPathIgnorePatterns: ['/node_modules/', 'test/unit'], testTimeout: 5000, + globals: { + testServerUrl: 'http://localhost:3005/' + } }; |