|
16 | 16 | "chat": "cd examples/chat && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
|
17 | 17 | "build": "node build/build.js",
|
18 | 18 | "build-examples": "BABEL_ENV=development webpack --config examples/webpack.build-all.config.js",
|
19 |
| - "unit": "BABEL_ENV=development mocha test/unit/test.js --compilers js:babel-core/register 2>/dev/null", |
20 |
| - "pree2e": "npm run build-examples", |
21 |
| - "e2e": "casperjs test --concise ./test/e2e", |
22 |
| - "test": "eslint src && npm run unit && npm run e2e", |
| 19 | + "test": "eslint src && npm run test:unit && npm run test:e2e", |
| 20 | + "test:unit": "cross-env BABEL_ENV=development jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json", |
| 21 | + "test:e2e": "npm run build-examples && casperjs test --concise ./test/e2e", |
23 | 22 | "docs": "cd docs && gitbook serve",
|
24 | 23 | "deploy-docs": "cd docs && ./deploy.sh",
|
25 | 24 | "release": "bash build/release.sh"
|
|
44 | 43 | "babel-preset-stage-2": "^6.1.18",
|
45 | 44 | "babel-runtime": "^6.0.0",
|
46 | 45 | "casperjs": "^1.1.0-beta5",
|
47 |
| - "chai": "^3.4.1", |
48 | 46 | "css-loader": "^0.23.1",
|
49 | 47 | "eslint": "^2.2.0",
|
50 | 48 | "eslint-config-vue": "^1.0.0",
|
51 |
| - "mocha": "^2.3.4", |
| 49 | + "jasmine": "^2.4.1", |
| 50 | + "jasmine-core": "^2.4.1", |
| 51 | + "nightwatch": "^0.9.5", |
| 52 | + "nightwatch-helpers": "^1.1.0", |
52 | 53 | "phantomjs-prebuilt": "^2.1.7",
|
53 |
| - "rollup": "^0.32.0", |
| 54 | + "rollup": "^0.34.1", |
54 | 55 | "rollup-plugin-babel": "^2.4.0",
|
55 |
| - "sinon": "^1.17.3", |
56 |
| - "sinon-chai": "^2.8.0", |
| 56 | + "selenium-server": "^2.53.1", |
57 | 57 | "todomvc-app-css": "^2.0.3",
|
58 | 58 | "uglify-js": "^2.6.2",
|
59 |
| - "vue": "^2.0.0-alpha.7", |
| 59 | + "vue": "^2.0.0-beta.5", |
60 | 60 | "vue-loader": "^9.0.3",
|
61 | 61 | "webpack": "^1.12.8",
|
62 | 62 | "webpack-dev-server": "^1.12.1"
|
|
0 commit comments