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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/jest.config.integ.cjs b/jest.config.integ.cjs index af5adf3..1b7b6a9 100644 --- a/jest.config.integ.cjs +++ b/jest.config.integ.cjs @@ -1,19 +1,5 @@ console.log("Jest config file read."); -// const { spawn } = require("child_process"); - -// const ls = spawn('ls', ['-lh', './test']); - -// ls.stdout.on('data', (data) => { console.log(`stdout: ${data}`); }); - -// ls.stderr.on('data', (data) => { -// console.error(`stderr: ${data}`); -// }); - -// ls.on('close', (code) => { -// console.log(`child process exited with code ${code}`); -// }); - module.exports = { globalSetup: "./test/integration/setup.cjs", globalTeardown: "./test/integration/teardown.cjs", |