travian/.mocharc.json
2020-04-22 10:28:56 +03:00

5 lines
85 B
JSON

{
"extension": ["ts"],
"spec": "tests/**/*.ts",
"require": "ts-node/register"
}