File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11language : node_js
2- sudo : false
2+ sudo : true
33node_js :
44 - " node"
55 - " lts/*"
66install :
77 - npm install
8+ - sudo pip install git+https://github.com/moshe/pytest-tomato.git@debug#subdirectory=tomato-lib
89script :
910 - npm test
11+ after_script :
12+ - tomato eslint.xml
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " eslint ."
7+ "test" : " eslint . -f junit > eslint.xml "
88 },
99 "author" : " " ,
1010 "license" : " ISC" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const RegressionLog = require('./components/regressionLog');
55
66class BasicGrid {
77 constructor ( options ) {
8- this . start = new Date ( ) ;
8+ this . start = new Date ( )
99 options . points = parseInt ( options . points , 10 ) ;
1010 options . regressionPoints = parseInt ( options . regressionPoints , 10 ) ;
1111 this . options = options ;
You can’t perform that action at this time.
0 commit comments