askql
askql copied to clipboard
Add more jest resources to the test environment
Following this issue, we would like to add more resources from jest than just expect
and toBe
.
Let's discuss which ones to add.
My expectation here would be that AskScript programmer with Jest gets the same tools that TypeScript programmer gets so all these https://jestjs.io/docs/en/expect should accessible
This is a lot of resources (around 60). Would we need to implement each of them by specifying a separate resource({......})
or is there any magic that could do the job for us?
Using @jest/globals
might be a way to go, per issue https://github.com/xFAANG/askql/issues/356