TSRPC_Test/.mocharc.js

11 lines
196 B
JavaScript
Raw Permalink Normal View History

2022-04-29 08:02:11 +00:00
module.exports = {
require: [
'ts-node/register',
],
timeout: 999999,
exit: true,
spec: [
'./test/**/*.test.ts'
],
'preserve-symlinks': true
2022-04-29 07:25:10 +00:00
}