feat: migrate jasmine tests to ts

This commit is contained in:
Alex
2024-05-08 23:59:11 +02:00
parent aa4960f1a5
commit fcb30f6319
20 changed files with 24998 additions and 24936 deletions

View File

@@ -1,7 +1,7 @@
{
"spec_dir": "spec",
"spec_files": ["./etapi/*.ts"],
"helpers": ["helpers/**/*.js"],
"stopSpecOnExpectationFailure": false,
"random": true
"spec_dir": "spec",
"spec_files": ["./**/*.spec.ts"],
"helpers": ["helpers/**/*.js"],
"stopSpecOnExpectationFailure": false,
"random": true
}