mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
Added coverage test on ci
This commit is contained in:
parent
3180bc50c1
commit
971a4274a2
@ -79,7 +79,7 @@
|
||||
"watch": "onchange src -- npm run build",
|
||||
"serve": "browser-sync start --no-notify -s test --ss dist -f dist",
|
||||
"start": "run-p watch serve",
|
||||
"test": "run-s build",
|
||||
"test": "run-s build coverage",
|
||||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require intelli-espower-loader test/unit/*.js",
|
||||
"reference": "backstop reference --configPath=backstop.conf.js",
|
||||
"compare": "backstop test --configPath=backstop.conf.js",
|
||||
|
Loading…
Reference in New Issue
Block a user