File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ npm test
119119You 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
125125or from a file (as generated by the test suite):
Original file line number Diff line number Diff 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 "
1010else
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 "
You can’t perform that action at this time.
0 commit comments