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
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-24 15:59:17 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-24 15:59:17 -0700 |
commit | a80728f16f90616d93dcc9ed932528b35e2ef62d (patch) | |
tree | 3155abf47790f01c8fe87e374f30926cdd763b16 /jest.config.integ.cjs | |
parent | d729079cdf63a4382e3e3225295784124e0a4d5d (diff) |
WIP: mock selenium response
Diffstat (limited to 'jest.config.integ.cjs')
-rw-r--r-- | jest.config.integ.cjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.integ.cjs b/jest.config.integ.cjs index 0b50bae..7a8028a 100644 --- a/jest.config.integ.cjs +++ b/jest.config.integ.cjs @@ -4,5 +4,5 @@ module.exports = { globalSetup: './test/integration/setup.cjs', globalTeardown: './test/integration/teardown.cjs', testPathIgnorePatterns: ['/node_modules/', 'test/unit'], - testTimeout: 5000 + testTimeout: 5000, }; |