Replies: 1 comment 4 replies
-
Currently, code for jest lives in For now, you can use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to use swc in my company project's unit test.
But I found there are some extra work for jest.
In general, we have to implement a
swc-jest
like babel-jestAnd I think the code for jest transform should not in @swc/core package.
How can I use a jest plugin, witch is build from Rust code?
Beta Was this translation helpful? Give feedback.
All reactions