Use vitest

This commit is contained in:
tusooa 2025-02-27 22:54:23 -05:00
commit cca5e31f56
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
15 changed files with 825 additions and 96 deletions

View file

@ -19,6 +19,7 @@ export default [
},
globals: {
...globals.browser,
...globals.vitest,
...globals.mocha,
...globals.chai,
...globals.commonjs,