-
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.
Merge master to main to prepare branch switching (#129)
* 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 * fix: minor jsdocs issues * Resolve small test issue, import issue, remove extra files from publish * 6.0.2 --------- Co-authored-by: DanCodes <[email protected]>
- Loading branch information
1 parent
efd2d3a
commit 6220b8f
Showing
14 changed files
with
2,655 additions
and
5,356 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,5 @@ out/ | |
!.yarn/sdks | ||
!.yarn/versions | ||
.retype/ | ||
coverage/ | ||
tmp/ |
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.