add cypress test that verify deletion of the not upgraded vfm
[vid.git] / vid-webpack-master / src / tsconfig.spec.json
index ac22a29..1861aa2 100644 (file)
@@ -6,11 +6,21 @@
     "module": "commonjs",
     "types": [
       "jasmine",
-      "node"
+      "node",
+      "jest"
+    ]
+  },
+  "paths": {
+    "@angular/*" : [
+      "../node_modules/@angular/*"
+    ],
+    "rxjs/*" : [
+      "../node_modules/rxjs/*"
     ]
   },
   "files": [
-    "test.ts"
+    "test.ts",
+    "polyfills.ts"
   ],
   "include": [
     "**/*.spec.ts",