Skip to content

Commit

Permalink
tests: bump up GROQ version to 1.2.0 to include array::intersects tes…
Browse files Browse the repository at this point in the history
…ts among other things
  • Loading branch information
j33ty committed Aug 22, 2024
1 parent ebefe09 commit 8bd3bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const semver = require('semver')

const SUPPORTED_FEATURES = new Set(['portableText'])
// We implement GROQ-1.revision1. The final patch has to be there for it to be a valid SemVer.
const GROQ_VERSION = '1.1.0'
// E.g. GROQ-1.revision2 maps to 1.2.0
const GROQ_VERSION = '1.2.0'
const DISABLED_TESTS = [
'Filters / documents, nested 3', // very slow
'Parameters / Undefined',
Expand Down

0 comments on commit 8bd3bb8

Please sign in to comment.