mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
9 lines
242 B
JSON
9 lines
242 B
JSON
{
|
|
"extension": ["ts"],
|
|
"node-option": ["no-experimental-strip-types"],
|
|
"require": "ts-node/register",
|
|
"reporter": "mocha-junit-reporter",
|
|
"reporter-option": ["mochaFile=coverage/report-junit.xml"],
|
|
"spec": ["test/**/*.spec.ts"]
|
|
}
|