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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jest.config.integ.cjs b/jest.config.integ.cjs index 1b7b6a9..0b50bae 100644 --- a/jest.config.integ.cjs +++ b/jest.config.integ.cjs @@ -1,8 +1,8 @@ -console.log("Jest config file read."); +console.log('Jest config file read.'); module.exports = { - globalSetup: "./test/integration/setup.cjs", - globalTeardown: "./test/integration/teardown.cjs", - testPathIgnorePatterns: ["/node_modules/", "test/unit"], + globalSetup: './test/integration/setup.cjs', + globalTeardown: './test/integration/teardown.cjs', + testPathIgnorePatterns: ['/node_modules/', 'test/unit'], testTimeout: 5000 }; |