Skip to content

Commit ad1b83b

Browse files
committed
chore: bump groq test suite to v1
1 parent 758d8e9 commit ad1b83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ npm test
119119
You can generate tests from a specific version:
120120

121121
```shell
122-
GROQTEST_SUITE_VERSION=v0.1.46 ./test/generate.sh
122+
GROQTEST_SUITE_VERSION=v1.0.0 ./test/generate.sh
123123
```
124124

125125
or from a file (as generated by the test suite):

test/generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ "$GROQTEST_SUITE" != "" ]]; then
88
echo "Using test suite file: $GROQTEST_SUITE"
99
node "$DIR"/generate.js < "$GROQTEST_SUITE" >"$RESULT"
1010
else
11-
GROQTEST_SUITE_VERSION=${GROQTEST_SUITE_VERSION:-v0.1.46}
11+
GROQTEST_SUITE_VERSION=${GROQTEST_SUITE_VERSION:-v1.0.0}
1212
url=https://github.com/sanity-io/groq-test-suite/releases/download/$GROQTEST_SUITE_VERSION/suite.ndjson
1313
echo "Getting test suite: $url"
1414
curl -sfL "$url" | node "$DIR"/generate.js >"$RESULT"

0 commit comments

Comments
 (0)