cocos-creator-multiplayer/examples/mongodb-crud/backend/.mocharc.js

11 lines
186 B
JavaScript
Raw Permalink Normal View History

2021-06-26 15:41:37 +00:00
module.exports = {
require: [
'ts-node/register',
],
timeout: 999999,
exit: true,
2021-12-29 14:48:25 +00:00
'preserve-symlinks': true,
spec: [
'./test/**/*.test.ts'
]
2021-06-26 15:41:37 +00:00
}