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
I am guessing that many, like myself, would like to use esbuild-runner in their Typescript tool chain.
It would be very useful for people who want to try things out to have working examples with different links in the chain other than Jest. For examples might include how to use with:
mocha
node 18's test runner
nyc
c8
I would be more than happy to help with this but my attempts to get it to work with node --test -r esbuild-runner/register have failed...
The text was updated successfully, but these errors were encountered:
It turns out that node --test -r esbuild-runner/register works well, but because of the runner execution model it won't find .ts files unless they are added explicitly: node --test -r esbuild-runner/register src/fancy.test.ts.
I am guessing that many, like myself, would like to use esbuild-runner in their Typescript tool chain.
It would be very useful for people who want to try things out to have working examples with different links in the chain other than Jest. For examples might include how to use with:
I would be more than happy to help with this but my attempts to get it to work with
node --test -r esbuild-runner/register
have failed...The text was updated successfully, but these errors were encountered: