We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df13426 commit e1d235bCopy full SHA for e1d235b
package.json
@@ -14,6 +14,7 @@
14
"main": "./src/main.js",
15
"scripts": {
16
"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",
18
"format": "prettier --write \"**/*.{js,ts,html,css,md,json}\"",
19
"lint": "eslint . ",
20
"lint:fix": "eslint . --fix "
0 commit comments