fix: broken build and test stage

This commit is contained in:
Rainer Killinger
2024-03-08 12:28:42 +01:00
parent 7c5687111f
commit 09faa66e98
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{
"extension": ["ts"],
"require": "ts-node/register",
"reporter": "mocha-junit-reporter",
"reporter-option": ["mochaFile=coverage/report-junit.xml"],
"spec": ["test/**/*.spec.ts"]
}