FoundKey/packages/backend/.mocharc.json
Johann150 38786b6999
transform tests from ts to js
This allows to get rid of the special loader for ts files. There is
no need for the test files to be written in TypeScript, plain
JavaScript should be fine for this purpose.
2023-06-01 23:21:03 +02:00

9 lines
117 B
JSON

{
"node-option": [
"experimental-specifier-resolution=node"
],
"slow": 1000,
"timeout": 30000,
"exit": true
}