mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-22 11:00:37 +03:00
Add sample unit test
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"start": "node build/dev-server.js",
|
||||
"build": "cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js",
|
||||
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
||||
"unit:watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user