File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1+ coverage /
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_script: greenkeeper-lockfile-update
1212script :
1313- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
1414- yarn commitlint --from=$TRAVIS_COMMIT
15- - yarn test
15+ - yarn lint && yarn test
1616after_script : greenkeeper-lockfile-upload
1717jobs :
1818 include :
Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ const snapshotProcessor = require('./processors/snapshot-processor');
1414module . exports = {
1515 configs : {
1616 recommended : {
17- plugins : [
18- 'jest'
19- ] ,
17+ plugins : [ 'jest' ] ,
2018 env : {
21- 'jest/globals' : true
19+ 'jest/globals' : true ,
2220 } ,
2321 rules : {
2422 'jest/no-disabled-tests' : 'warn' ,
You can’t perform that action at this time.
0 commit comments