File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ engines :
2
+ eslint :
3
+ enabled : true
4
+ channel : ' eslint-2'
5
+ duplication :
6
+ enabled : true
7
+ config :
8
+ languages :
9
+ - javascript
10
+ ratings :
11
+ paths :
12
+ - src/**
13
+ exclude_paths :
14
+ - tests/**/*
Original file line number Diff line number Diff line change 1
1
# JS HTTP Status
2
2
3
- [ ![ License] [ license-badge ]] [ license-url ] [ ![ Coverage Status ] ( https://coveralls.io/repos/github/codevor/js-http-status/badge.svg?branch=master )] ( https://coveralls.io/github/codevor/js-http-status?branch=master )
3
+ [ ![ License] [ license-badge ]] [ license-url ]
4
4
5
5
> A simple way to catch HTTP statuses with JavaScript.
6
6
Original file line number Diff line number Diff line change 8
8
"dev" : " NODE_ENV=dev webpack --progress --colors --watch" ,
9
9
"build" : " NODE_ENV=production webpack" ,
10
10
"lint" : " eslint src tests" ,
11
- "test" : " jest --coverage --expand" ,
11
+ "test" : " jest --coverage --expand -i " ,
12
12
"test:watch" : " jest --watch" ,
13
13
"prepublish" : " yarn lint && yarn test && yarn clean && yarn build" ,
14
14
"coveralls" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
You can’t perform that action at this time.
0 commit comments