-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(tests): migrate to vitest #646
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
6d66c1a
add vitest
Aslemammad e1b3d6f
modify tests
Aslemammad a30d9a1
yarn lock
Aslemammad bf862a8
remove swc and jest
Aslemammad 12af1c1
add types
Aslemammad 36531f2
merge
Aslemammad ed4f89b
update
Aslemammad e0b95b6
update
Aslemammad a095b23
lint
Aslemammad 9135fc4
lint
Aslemammad 14fde63
proxy-memoize
Aslemammad fc0af85
fix ci
Aslemammad 2eb91e4
fix ci
Aslemammad b04e6e4
fix
Aslemammad 187651d
fix
Aslemammad 7ce4468
lint, eslint-plugin-vitest, and ts-expect-error
Aslemammad cbd2230
Update tests/computed.test.tsx
Aslemammad daeeb78
Update tests/computed.test.tsx
Aslemammad 73da019
Update tests/computed.test.tsx
Aslemammad fb7c7b3
Update tests/derive.test.tsx
Aslemammad 493373a
Update tests/derive.test.tsx
Aslemammad be9b5f5
Update tests/derive.test.tsx
Aslemammad c9ab2c6
Update tests/derive.test.tsx
Aslemammad d72205f
Update tests/derive.test.tsx
Aslemammad c4637b3
Update tests/derive.test.tsx
Aslemammad da051d2
Update tests/getter.test.tsx
Aslemammad 5755f67
Update tests/getter.test.tsx
Aslemammad 92f7989
merge
Aslemammad f09b41a
merge
Aslemammad 75d6036
merge
Aslemammad 040d165
ts ci
Aslemammad 2207729
ts ci
Aslemammad 016252b
ts ci
Aslemammad 0561cf7
ts ci
Aslemammad f21b944
ts ci
Aslemammad 1076692
ts ci
Aslemammad 7570e81
ts ci
Aslemammad 66da16d
ts ci
Aslemammad 7e8df81
ts ci
Aslemammad c604b15
ts ci
Aslemammad 11ab278
update
Aslemammad 98addb2
update
Aslemammad f72a235
update
Aslemammad 883c5b3
update
Aslemammad 872def2
update
Aslemammad 75992bb
Update package.json
Aslemammad eb098cc
Update vitest.config.ts
Aslemammad bf27a10
update
Aslemammad 404322b
update
Aslemammad 14e9cb7
update
Aslemammad 78939db
update
Aslemammad 7b75ab0
Update vitest.config.ts
dai-shi 476a23f
Update vitest.config.ts
dai-shi 21db220
follow https://github.com/pmndrs/zustand/pull/1753
dai-shi 65ddb7c
fix tests
dai-shi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious what was the error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's related to vitest ./utils import! so i solved it with this as suggested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll revisit it later.