-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Details: - Moves everything testing related to the new test package - Rewrites unit testing to be based on Vitest, with its browser mode, so that it works in an actual environment - Rewrites e2e testing to be based on Playwright, so that there is less code and it is more maintainable - Rewrites benchmarking to be based on Vitest and its benchmark mode (it does not work yet though) Also, some various random changes blend into this huge refactoring: - Fixes tiny dependency issues here and there - Renames vite.config.ts as vite.config.mts to clear some annoying warnings - Fixes root build task, to include sigma bundle generation
- Loading branch information
Showing
72 changed files
with
10,246 additions
and
11,553 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
Oops, something went wrong.