Skip to content

Commit ade0ff2

Browse files
committed
e2e
e2e fix e2e restore inmutable, no need it block updates
1 parent c1114a0 commit ade0ff2

File tree

4 files changed

+8369
-5201
lines changed

4 files changed

+8369
-5201
lines changed

web/libs/editor/tests/e2e/.yarn/releases/yarn-3.6.4.cjs

Lines changed: 874 additions & 0 deletions
Large diffs are not rendered by default.

web/libs/editor/tests/e2e/.yarnrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
enableImmutableInstalls: true
2+
3+
nodeLinker: node-modules
4+
5+
yarnPath: .yarn/releases/yarn-3.6.4.cjs

web/libs/editor/tests/e2e/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@
5151
"cookie": "0.7.0",
5252
"debug": "^4.3.1",
5353
"electron": "^22.3.25",
54-
"**/express/path-to-regexp": "0.1.12",
5554
"follow-redirects": "^1.15.5",
5655
"ws": ">=7.5.10",
5756
"send": "0.19.0"
5857
},
59-
"dependencies": {}
58+
"packageManager": "[email protected]"
6059
}

0 commit comments

Comments
 (0)