-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ContainsStr FQL to string #537
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, add test for this change
Here is a good place https://github.com/fauna/faunadb-js/blob/main/test/values.test.js#L247
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked the fact the expression formatting is close to the function assertions, we could adopt this strategy moving forward (and stop adding more test like this to the values.tests.js
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¯_(ツ)_/¯
* tests(OSS-92): remove resources after all test completed (#527) * tests(OSS-92): remove resources after all test completed * tests: posttest * posttest * posttest * posttest * fix: ContainsStr FQL to string (#537) * fix: ContainsStr FQL to string * test * fix * move test * OSS-906 fix: restore _isFaunaValue and _isFaunaRef properties (#529) * fix: restore _isFaunaValue and _isFaunaRef properties * test: added tests for values type-helpers * Add toFQL() to type declaration for Expr (#544) I wanted to print a query as FQL for debugging purposes, but didn't find the toFQL method because it wasn't in the type declaration. A helpful person on StackOverflow pointed it out to me. https://stackoverflow.com/questions/69418846/how-can-i-print-an-fql-query-from-javascript-as-a-string-e-g-to-test-it-in-the/69472058 * fix tests clean (#545) * TGB-921 page helper (#543) * TGB-921 page helper * remove page.data.forEach as it's deprecated * fix test * fix test * debug auth0 tests (#546) * slack notification (#547) * OSS-953 Consolidate query timeout for v5 Co-authored-by: Paul Paterson <ptpaterson@gmail.com> Co-authored-by: Kevin <89287578+ktint@users.noreply.github.com>
Notes
OSS-888