Skip to content

Commit 4dd932a

Browse files
committed
Revert "fix: add VSCODE_DEV=1 to e2e script"
This reverts commit 58c4826.
1 parent e422c3e commit 4dd932a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ci/dev/test-e2e.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ main() {
4444
fi
4545

4646
cd test
47-
# NOTE@jsjoeio
48-
# Something strange is happening after the 1.68 update
49-
# VS Code won't load without this set so I'm adding here.
50-
VSCODE_DEV=1 yarn playwright test "$@"
47+
yarn playwright test "$@"
5148
}
5249

5350
main "$@"

0 commit comments

Comments
 (0)