TSRPC_Badminton-Scoreboard/.mocharc.js

11 lines
196 B
JavaScript
Raw Normal View History

2022-04-29 06:54:55 +00:00
module.exports = {
require: [
'ts-node/register',
],
timeout: 999999,
exit: true,
spec: [
'./test/**/*.test.ts'
],
'preserve-symlinks': true
}