Skip to content

Commit 589312d

Browse files
committed
Add swc/jest tests. Upgrade packages
1 parent 5a9b53b commit 589312d

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)