Skip to content

Commit 94d1e47

Browse files
committed
refactor: update test scripts in package.json
1 parent dbeced5 commit 94d1e47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
}
1414
},
1515
"scripts": {
16-
"test": "jest --coverage",
16+
"test": "jest --verbose",
17+
"test:cov": "jest --coverage",
18+
"test:complete": "jest --verbose --coverage",
1719
"test:file": "jest tests/src/isDecimal.test --watch",
1820
"test:watch": "jest --watch",
1921
"build:types": "tsc -p tsconfig.types.json",

0 commit comments

Comments
 (0)