Skip to content

Commit

Permalink
Merge pull request #466 from w2xi/test
Browse files Browse the repository at this point in the history
chore: test coverage
  • Loading branch information
Tyh2001 committed Apr 15, 2024
2 parents 8720ff7 + fcfe874 commit 080a9a1
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ yarn-error.log*
pnpm-debug.log*
pnpm-debug.log
.DS_Store
coverage
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"serve:docs": "pnpm run -C docs serve",
"new": "pnpm run -C packages/fighting-add-component new",
"test": "vitest",
"test:coverage": "vitest --coverage",
"prettier": "prettier --write .",
"commit": "cz",
"lint": "eslint . --cache",
Expand All @@ -45,6 +46,7 @@
"@fighting-design/fighting-theme": "workspace:*",
"@types/node": "^17.0.42",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.32.2",
"@vue/test-utils": "^2.3.2",
"autoprefixer": "^10.4.13",
"commitizen": "^4.2.4",
Expand Down
144 changes: 144 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 080a9a1

Please sign in to comment.