Skip to content

Commit 0e1efb4

Browse files
author
vvo
committed
chore: remove coverage for now, not ready, not used
1 parent de9e47f commit 0e1efb4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules/
22
dist/
33
example/bundle.js*
4-
coverage/

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
widgets-screenshots/
22
example/bundle.js*
3-
coverage/

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"dev": "./scripts/dev.sh",
1111
"test": "./scripts/test.sh && npm run lint",
1212
"test:watch": "nodemon -i node_modules/ -i coverage/ -i .git/ -i dist/ -q --exec './scripts/test.sh | tap-spec'",
13-
"test:coverage": "babel-node node_modules/.bin/isparta cover ./scripts/test.sh",
1413
"doctoc": "doctoc --maxlevel 3 README.md"
1514
},
1615
"browserify": {
@@ -32,7 +31,6 @@
3231
"eslint-config-airbnb": "0.0.8",
3332
"eslint-config-algolia": "3.0.0",
3433
"eslint-plugin-react": "3.3.2",
35-
"isparta": "3.0.4",
3634
"nodemon": "1.4.1",
3735
"onchange": "2.0.0",
3836
"pretty-bytes": "2.0.1",

0 commit comments

Comments
 (0)