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 agree that focus should be on tooling in Deno core, but I also believe it should be as easy as possible for developers to migrate to Deno. I'm not personally going to work on Jest, but I am working on Mocha and have written a working test runner: https://github.com/ahuggins-nhs/deno_mocha.
I was exploring the community and came upon this request, thought I can help out.
I don't think completely porting
jest
todeno
is a solution. Maybe a jesttest-runner
for deno? Would be similar to this https://github.com/MaximeHeckel/jest-runner-goEven so, looks like
deno-std
has a testing module, so I think helping out there can be betterhttps://github.com/denoland/deno_std/tree/master/testing
denoland/std#516
Can someone mention if this wish-list item is still needed, if so let me know I'll see if I can help
The text was updated successfully, but these errors were encountered: