Skip to content

Commit

Permalink
Migrate from Jest to Vitest.
Browse files Browse the repository at this point in the history
The test code can now be executed as an ESM.
  • Loading branch information
sciencesakura committed Oct 28, 2024
1 parent 15dd887 commit 72029ad
Show file tree
Hide file tree
Showing 8 changed files with 1,862 additions and 3,362 deletions.
14 changes: 7 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/.editorconfig
/.github/
/biome.json
/jest.config.js
/node_modules/
/src/
/tsconfig.*
.github/
node_modules/
src/

.editorconfig
biome.json
tsconfig.*
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
10 changes: 0 additions & 10 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 72029ad

Please sign in to comment.