-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move jest test to vitest (#130)
### Summary as suggested by speakeasy: > Also noticed that your installation of Jest in the SDK repo is causing an npm audit warning with 1 high severity vulnerability. If you're keen to switch then I highly recommend [vitest](https://vitest.dev/). It's a mostly drop-in alternative and requires no config to work. We use it to test our SDKs. Also found that its easy to add coverage report just by appending `--coverage` add the end of the make test commands, but tbd in the future ### Test ci should work as before
- Loading branch information
1 parent
5886926
commit d50004b
Showing
10 changed files
with
2,896 additions
and
6,824 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.