Skip to content

Commit

Permalink
Merge pull request #30 from sciencesakura/migrate2vitest
Browse files Browse the repository at this point in the history
Migrate from Jest to Vitest.
  • Loading branch information
sciencesakura authored Oct 28, 2024
2 parents 15dd887 + 72029ad commit 1e889ee
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 1e889ee

Please sign in to comment.