nicolo-ribaudo / jest-light-runner

A Jest runner that runs tests directly in bare Node.js, without virtualizing the environment.
MIT License
227 stars 24 forks source link

it works with esmock and ts-node! wow! #49

Closed iambumblehead closed 2 years ago

iambumblehead commented 2 years ago

jest-light-runner is working with esmock here https://github.com/iambumblehead/esmock/pull/84

This is awesome :) thank you

nicolo-ribaudo commented 2 years ago

This is awesome :smile: I tested it in a small demo before adding it to the readme, but seeing this makes it real!