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 b179128 commit c4e80b4Copy full SHA for c4e80b4
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
media
3
-build
+build
4
+coverage
package.json
@@ -9,7 +9,7 @@
9
"build": "webpack",
10
"dev": "webpack-dev-server --env testServer --mode development --open",
11
"prepublishOnly": "npm run build",
12
- "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
+ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
13
},
14
"peerDependencies": {
15
"react": "^16.8.6 || ^17.0.0 || ^18.0.0"
0 commit comments