Skip to content

Commit 30b4256

Browse files
committed
test:cov 명령이 전체 파일을 검사하도록 변경
1 parent b08dc55 commit 30b4256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"scripts": {
2626
"test": "jest .",
27-
"test:cov": "jest . --coverage",
27+
"test:cov": "jest --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts}'",
2828
"build": "tsc -p ."
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)