mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 21:42:49 +00:00
8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"extension": ["ts", "js"],
|
|
"node-option": ["loader=ts-node/esm"],
|
|
"reporter": "mocha-junit-reporter",
|
|
"reporter-option": ["mochaFile=coverage/report-junit.xml"],
|
|
"spec": ["test/**/*.spec.{ts,js}"]
|
|
}
|