mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-10 08:16:22 +00:00
8 lines
200 B
JSON
8 lines
200 B
JSON
{
|
|
"extension": ["ts"],
|
|
"node-option": ["loader=ts-node/esm"],
|
|
"reporter": "mocha-junit-reporter",
|
|
"reporter-option": ["mochaFile=coverage/report-junit.xml"],
|
|
"spec": ["test/**/*.spec.ts"]
|
|
}
|