Skip to content

Commit 2bbf584

Browse files
committed
[DURACOM-248] Fix e2e test execution
1 parent d7d8067 commit 2bbf584

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cypress/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"**/*.ts"
55
],
66
"compilerOptions": {
7+
"sourceMap": false,
78
"types": [
89
"cypress",
910
"cypress-axe",
1011
"node"
1112
]
1213
}
13-
}
14+
}

0 commit comments

Comments
 (0)