-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: upgrade to vitest 2, and add browser testing * test: install playwright on matrix tests * chore: upgrade package.json * fix: use `beforeAll` instead of `beforeEach` to initiate mocks
- Loading branch information
1 parent
e3f8129
commit 054adf4
Showing
11 changed files
with
1,134 additions
and
2,091 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ npm-debug.log* | |
*.log | ||
storybook-static | ||
test-utils.js | ||
test-utils.d.ts | ||
test-utils.d.ts | ||
__screenshots__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.