GuessWhoIAmS/.mocharc.js

11 lines
196 B
JavaScript
Raw Permalink Normal View History

2023-08-31 11:28:35 +00:00
module.exports = {
require: [
'ts-node/register',
],
timeout: 999999,
exit: true,
spec: [
'./test/**/*.test.ts'
],
'preserve-symlinks': true
}