-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: switch to
vitest
and reach 96% testing coverage (#126)
* test(vitest): 96% line coverage * test: use a spy instead of mock * ci: pass coverage correctly * ci: remove docs from name * test: remove unecessary comment * ci: use npm cache * docs: use enmap.evie.dev over .codes
- Loading branch information
1 parent
bd5b7c3
commit dc309cc
Showing
14 changed files
with
2,711 additions
and
5,418 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 |
---|---|---|
|
@@ -17,3 +17,4 @@ out/ | |
!.yarn/sdks | ||
!.yarn/versions | ||
.retype/ | ||
coverage/ |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
build | ||
yarn.lock | ||
docs |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.