Skip to content

Commit

Permalink
test: add utils test
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Aug 17, 2024
1 parent 546ad2b commit def1449
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
- run: pnpm run typecheck
- run: pnpm run build
- run: pnpm run build:docs
- run: pnpm run test
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"release": "run-s release:check release:publish",
"release:check": "run-s lint typecheck clean build",
"release:publish": "bumpp && pnpm publish --tag next",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
Expand Down Expand Up @@ -77,6 +78,7 @@
"rimraf": "^6.0.1",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vuepress": "^2.0.0-rc.14"
},
"prettier": "@ntnyq/prettier-config",
Expand Down
Loading

0 comments on commit def1449

Please sign in to comment.