mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
8 lines
192 B
JSON
8 lines
192 B
JSON
{
|
|
"extension": ["ts"],
|
|
"require": "ts-node/register",
|
|
"reporter": "mocha-junit-reporter",
|
|
"reporter-option": ["mochaFile=coverage/report-junit.xml"],
|
|
"spec": ["test/**/*.spec.ts"]
|
|
}
|