Skip to content

Commit

Permalink
Testing old issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 22, 2023
1 parent fd2f0ac commit db438d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"icon": "images/wollokLinterLogo.png",
"engines": {
"vscode": "^1.71.0"
"vscode": "^1.83.0"
},
"activationEvents": [
"onLanguage:wollok"
Expand Down
3 changes: 2 additions & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

export ELECTRON_RUN_AS_NODE=1
export CODE_TESTS_PATH="$(pwd)/client/out/test"
export CODE_TESTS_WORKSPACE="$(pwd)/client/testFixture"

node "$(pwd)/client/out/test/runTest"
node "$(pwd)/client/out/test/runTest" --ms-enable-electron-run-as-node

0 comments on commit db438d3

Please sign in to comment.