mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
9 lines
139 B
JSON
9 lines
139 B
JSON
|
{
|
||
|
"extension": ["ts"],
|
||
|
"spec": "test/**/*.spec.ts",
|
||
|
"require": [
|
||
|
"ts-node/register",
|
||
|
"test/setup.ts"
|
||
|
]
|
||
|
}
|