File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
npm-debug.log
3
3
.DS_Store
4
- lib
4
+ lib
5
+ coverage
Original file line number Diff line number Diff line change 10
10
"prepublish" : " npm run clean && npm run build" ,
11
11
"start" : " cd examples && node server.js" ,
12
12
"test" : " NODE_ENV=test mocha --compilers js:babel/register --recursive" ,
13
- "test:watch" : " npm run test -- --watch"
13
+ "test:watch" : " npm run test -- --watch" ,
14
+ "test:cov" : " istanbul cover node_modules/.bin/_mocha -- --compilers js:babel/register --recursive"
14
15
},
15
16
"repository" : {
16
17
"type" : " git" ,
41
42
"eslint" : " ^0.22.1" ,
42
43
"eslint-plugin-react" : " ^2.3.0" ,
43
44
"expect" : " ^1.6.0" ,
45
+ "istanbul" : " ^0.3.15" ,
44
46
"mocha" : " ^2.2.5" ,
45
47
"react" : " ^0.13.0" ,
46
48
"react-hot-loader" : " ^1.2.7" ,
You can’t perform that action at this time.
0 commit comments