poll.horse/.mocharc.json

9 lines
139 B
JSON
Raw Normal View History

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