Skip to content

Commit

Permalink
chore:mock接入测试
Browse files Browse the repository at this point in the history
  • Loading branch information
linzb93 committed Sep 15, 2024
1 parent f160dd8 commit b3f96e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"scripts": {
"pretest": "node scripts/checkNodeVersion",
"test": "vitest",
"test:mock": "pnpm --filter \"@linzb93/mock\" test",
"build": "lerna run build"
},
"type": "module",
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"husky": "^9.0.11",
"lerna": "^8.1.3",
"semver": "^7.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"registry": "https://registry.npmmirror.com/"
},
"scripts": {
"test": "jest"
"test": "vitest"
},
"dependencies": {
"@linzb93/utils": "^0.0.14",
Expand Down

0 comments on commit b3f96e7

Please sign in to comment.