Skip to content

Commit

Permalink
test: add test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingjfe committed Aug 15, 2024
1 parent 14aa12d commit c62375e
Show file tree
Hide file tree
Showing 10 changed files with 612 additions and 40 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "modern dev",
"build": "modern build",
"build:watch": "modern build -w",
"test": "vitest",
"test": "vitest --run",
"reset": "rimraf ./**/node_modules",
"lint": "modern lint",
"change": "modern change",
Expand All @@ -28,6 +28,7 @@
},
"dependencies": {
"@vercel/nft": "^0.27.3",
"debug": "^4.3.6",
"fs-extra": "^11.2.0",
"mlly": "1.6.1",
"pkg-types": "^1.1.3",
Expand All @@ -37,14 +38,17 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@modern-js/module-tools": "2.58.0",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "~16.11.7",
"@types/pkg-up": "^3.1.0",
"@types/semver": "^7.5.8",
"husky": "~8.0.1",
"lint-staged": "~13.1.0",
"memfs": "^4.11.1",
"prettier": "~2.8.1",
"rimraf": "~3.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.0.4",
"vitest": "^2.0.5"
},
Expand Down
Loading

0 comments on commit c62375e

Please sign in to comment.