poll.horse/.mocharc.json
Wolvan 8bc3f7fe36 Initial commit
This code serves as an application framework of sorts and is totally not
stolen from some of my other projects.
2021-12-28 21:11:19 +01:00

8 lines
139 B
JSON

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