Skip to content

Commit e1d235b

Browse files
committed
Add coverage script
1 parent df13426 commit e1d235b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"main": "./src/main.js",
1515
"scripts": {
1616
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
17+
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
1718
"format": "prettier --write \"**/*.{js,ts,html,css,md,json}\"",
1819
"lint": "eslint . ",
1920
"lint:fix": "eslint . --fix "

0 commit comments

Comments
 (0)