Change test from karma to jest and added tsconfig paths

This commit is contained in:
Daniel Rodriguez 2021-10-22 15:16:17 +02:00
parent 50cb05d191
commit 275bd37552
22 changed files with 3467 additions and 724 deletions

View file

@ -3,9 +3,12 @@
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jest",
"jasmine",
"node"
]
],
"esModuleInterop": true,
"emitDecoratorMetadata": true
},
"files": [
"src/test.ts",