Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reorg tests
  • Loading branch information
alexander-smolyakov committed Jul 26, 2023
commit 2e2d7ba2fb84349537c15c2faf900b2edf0bcf13
5 changes: 2 additions & 3 deletions src/javascript-node/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ checkCommon

# Image specific tests
check "node" node --version
npm_version=$(npm --version)
check-version-ge "npm-requirement" "${npm_version}" "9.8.1"
sudo rm -f yarn.lock
check "yarn" yarn install
sudo rm -f package-lock.json
Expand All @@ -34,8 +36,5 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
check "Oh My Zsh! theme" test -e $HOME/.oh-my-zsh/custom/themes/devcontainers.zsh-theme
check "zsh theme symlink" test -e $HOME/.oh-my-zsh/custom/themes/codespaces.zsh-theme

npm_version=$(npm --version)
check-version-ge "npm-requirement" "${npm_version}" "9.8.1"

# Report result
reportResults