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