mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Add Chrome reftests to Travis
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"format": "prettier --single-quote --no-bracket-spacing --tab-width 4 --print-width 100 --write \"{src,tests,scripts}/**/*.js\"",
|
||||
"flow": "flow",
|
||||
"lint": "eslint src/**",
|
||||
"test": "npm run flow && npm run lint",
|
||||
"test": "npm run flow && npm run lint && karma start --single-run --browsers Chrome",
|
||||
"karma": "karma start karma.conf.js",
|
||||
"watch": "webpack --progress --colors --watch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user