File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ node_js:
88 - ' 0.12'
99
1010script :
11- - ' npm test'
11+ - ' npm run lint'
12+ - ' npm run babel'
13+ - ' npm run mocha:mysql'
14+ - ' npm run mocha:memory'
1215
1316notifications :
1417 email : false
Original file line number Diff line number Diff line change 77 "babel" : " babel src --out-dir lib" ,
88 "babel:watch" : " babel --watch src --out-dir lib" ,
99 "lint" : " eslint src test" ,
10- "mocha" : " npm run mocha:sql " ,
11- "mocha:sql " : " FIRENZE_CONFIG=Mysql mocha --require ./test/setup.js --compilers js:babel-register test/cases/**/*.js" ,
10+ "mocha" : " npm run mocha:mysql " ,
11+ "mocha:mysql " : " FIRENZE_CONFIG=Mysql mocha --require ./test/setup.js --compilers js:babel-register test/cases/**/*.js" ,
1212 "mocha:memory" : " FIRENZE_CONFIG=Memory mocha --require ./test/setup.js --compilers js:babel-register --grep '(JOIN|expression|distinct|OR|NOT)' --invert test/cases/**/*.js" ,
1313 "test" : " run-scripts lint babel mocha" ,
1414 "istanbul" : " istanbul cover ./node_modules/mocha/bin/_mocha -- --require ./test/setup.js --compilers js:babel-register test/cases/**/*.js" ,
You can’t perform that action at this time.
0 commit comments