Skip to content

Commit

Permalink
feat: upgrade groq-test-suite version to v0.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
j33ty committed Nov 4, 2024
1 parent 67083a1 commit a71e3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ npm test
You can generate tests from a specific version:

```shell
GROQTEST_SUITE_VERSION=v0.1.45 ./test/generate.sh
GROQTEST_SUITE_VERSION=v0.1.46 ./test/generate.sh
```

or from a file (as generated by the test suite):
Expand Down
2 changes: 1 addition & 1 deletion test/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ "$GROQTEST_SUITE" != "" ]]; then
echo "Using test suite file: $GROQTEST_SUITE"
node "$DIR"/generate.js < "$GROQTEST_SUITE" >"$RESULT"
else
GROQTEST_SUITE_VERSION=${GROQTEST_SUITE_VERSION:-v0.1.45}
GROQTEST_SUITE_VERSION=${GROQTEST_SUITE_VERSION:-v0.1.46}
url=https://github.com/sanity-io/groq-test-suite/releases/download/$GROQTEST_SUITE_VERSION/suite.ndjson
echo "Getting test suite: $url"
curl -sfL "$url" | node "$DIR"/generate.js >"$RESULT"
Expand Down

0 comments on commit a71e3ec

Please sign in to comment.