Archived
1
0

feat: add test to visit go home in app menu

This commit is contained in:
Joe Previte
2021-01-28 16:23:55 -07:00
parent d7e41a3187
commit 3033c8f9a2
4 changed files with 39 additions and 24 deletions

View File

@ -9,7 +9,8 @@ main() {
# information. We must also run it from the root otherwise coverage will not
# include our source files.
cd "$OLDPWD"
CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@"
# We use the same environment variables set in ci.yml in the test job
CS_DISABLE_PLUGINS=true PASSWORD=e45432jklfdsab CODE_SERVER_ADDRESS=http://localhost:8080 ./test/node_modules/.bin/jest "$@"
}
main "$@"