jasmine.json fix

This commit is contained in:
Vic 2022-05-19 23:01:35 +02:00
parent 56441dac01
commit 774a37bc58

View File

@ -1,7 +1,7 @@
{ {
"spec_dir": "spec", "spec_dir": "src/tests",
"spec_files": [ "spec_files": [
"../**/tests/*[s]pec.ts" "**/*_spec.ts"
], ],
"helpers": [ "helpers": [
"helpers/**/*.js" "helpers/**/*.js"