You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could and should run our tests against multiple runtimes. This includes node versions as well as deno and bun. Deno appears to have support for both node:test and node:assert and the tests should run as is. Bun reports support for node:assert but not node:test and probably won't work.
I considered testing against multiple TypeScript versions, but TS doesn't do semver or any notion of LTS.
The text was updated successfully, but these errors were encountered:
After testing a bit with Deno and seeing converting from describe to test turn into yak-shaving, I don't think it's worth pursuing other runtimes presently. Creating a separate issue for matrix testing node versions though.
We could and should run our tests against multiple runtimes. This includes node versions as well as deno and bun. Deno appears to have support for both
node:test
andnode:assert
and the tests should run as is. Bun reports support fornode:assert
but notnode:test
and probably won't work.I considered testing against multiple TypeScript versions, but TS doesn't do semver or any notion of LTS.
The text was updated successfully, but these errors were encountered: