Skip to content

Commit

Permalink
test: migrate to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
adbayb committed Aug 15, 2023
1 parent e42cc3d commit 030e68d
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 198 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"start": "turbo run start",
"build": "turbo run build",
"watch": "turbo run watch",
"test": "vitest",
"release:log": "pnpm changeset",
"release:version": "pnpm changeset version && pnpm install --no-frozen-lockfile",
"release:publish": "pnpm build && pnpm changeset publish"
Expand Down Expand Up @@ -39,10 +40,10 @@
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@types/jest": "29.5.3",
"eslint": "8.47.0",
"prettier": "3.0.1",
"turbo": "1.10.12",
"typescript": "5.1.6"
"typescript": "5.1.6",
"vitest": "0.34.1"
}
}
Loading

0 comments on commit 030e68d

Please sign in to comment.