Skip to content

Commit 946c26f

Browse files
authored
Merge pull request #52 from trurl-master/swcjest
Add swc/jest tests
2 parents 5a9b53b + 589312d commit 946c26f

File tree

7 files changed

+4439
-24005
lines changed

7 files changed

+4439
-24005
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ vi.useFakeTimers({
7575

7676
## Testing framework support
7777

78-
We aim to support all major testing frameworks that support jsdom. Internally, there are no dependencies on any of them, so it's likely that it will work out of the box. Currently tested and confirmed to work with [jest](https://jestjs.io/) and [vitest](https://vitest.dev/). If you encounter any problems with other testing frameworks, please open an issue.
78+
We aim to support all major testing frameworks that support jsdom. Internally, there are no dependencies on any of them, so it's likely that it will work out of the box. Currently tested and confirmed to work with [jest](https://jestjs.io/), [@swc/jest](https://swc.rs/docs/usage/jest) and [vitest](https://vitest.dev/) (with [some setup](#with-vitest)). If you encounter any problems with other testing frameworks, please open an issue.
7979

8080
## Mock viewport
8181

0 commit comments

Comments
 (0)