-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Switched from Jest to vitest for unit tests. This increases test speed by around 30% (from ~9s to ~6s). - Fixed a few issues too. - HashMap can now be created without a parameter for the comparator (it uses the DefaultEqualityComparator then). - Exported more types that were forgotten (like RuntimeMetaData). Signed-off-by: Mike Lischke <[email protected]>
- Loading branch information
1 parent
6407a94
commit 0d1b951
Showing
4 changed files
with
305 additions
and
9 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
Oops, something went wrong.