Yuki Takei 2 лет назад
Родитель
Сommit
c32004349d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      apps/app/test/cypress/tsconfig.json

+ 4 - 1
apps/app/test/cypress/tsconfig.json

@@ -4,7 +4,10 @@
     "noEmit": true,
     "noEmit": true,
     // be explicit about types included
     // be explicit about types included
     // to avoid clashing with Jest types
     // to avoid clashing with Jest types
-    "types": ["cypress"]
+    "types": ["cypress"],
+    // turn off sourceMap
+    // see: https://github.com/cypress-io/cypress/issues/26203
+    "sourceMap": false
   },
   },
   "include": [
   "include": [
     "../../node_modules/cypress",
     "../../node_modules/cypress",