Skip to content

Commit

Permalink
chore: test 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
danah-kim committed Nov 17, 2024
1 parent 8f35ed6 commit ed80e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prettier": "prettier --write --config ./.prettierrc \"**/*.{js,mjs,ts,mts,jsx,tsx,json}\"",
"convention": "bun prettier && eslint --fix \"**/*.{js,mjs,ts,mts,jsx,tsx,html}\"",
"prepare": "husky",
"postinstall": "husky install",
"test": "vitest run"
},
"dependencies": {
Expand Down Expand Up @@ -53,6 +54,7 @@
},
"lint-staged": {
"*.{js,mjs,ts,mts,jsx,tsx,json}": "prettier --write",
"*.{js,mjs,ts,mts,jsx,tsx,html}": "eslint --fix"
"*.{js,mjs,ts,mts,jsx,tsx,html}": "eslint --fix",
"*.{test,spec}.*": "vitest run"
}
}

0 comments on commit ed80e53

Please sign in to comment.