mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2026-04-25 08:24:11 +00:00
✅ Add unit tests and travis.yml
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
"build": "node build/build.js",
|
||||
"unit": "karma start test/unit/karma.conf.js --single-run",
|
||||
"e2e": "node test/e2e/runner.js",
|
||||
"test": "npm run unit && npm run e2e",
|
||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
||||
"test": "npm run unit",
|
||||
"lint": "eslint --ext .js,.vue src test/unit/specs"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user