Skip to content

Commit

Permalink
test: Fix script name and version number in clasp test script
Browse files Browse the repository at this point in the history
  • Loading branch information
hankei6km committed May 2, 2024
1 parent 1c654ff commit 7f3b3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clasp/v4.2.0.sh → test/clasp/v2.4.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source dev-container-features-test-lib

# Feature-specific tests
# The 'check' command comes from the dev-container-features-test-lib.
check "Check @google/clasp@4.4.0 is installed" clasp --version| grep '4.4.0'
check "Check @google/clasp@2.4.0 is installed" clasp --version| grep '2.4.0'
check "Check types(@types/google-apps-script) is installed" npm list --global --depth 0 | grep -q "@types/google-apps-script@"

# Report result
Expand Down

0 comments on commit 7f3b3c2

Please sign in to comment.