|
22 | 22 | "test": "yarn format:check && yarn lint && yarn lint:docs && yarn flow && yarn test:types && yarn test:unit && yarn test:unit:karma && yarn test:unit:node",
|
23 | 23 | "test:compat": "scripts/test-compat.sh",
|
24 | 24 | "test:unit": "yarn build:test && yarn test:unit:only",
|
25 |
| - "test:unit:only": "mocha-webpack --webpack-config test/setup/webpack.test.config.js test/specs --recursive --require test/setup/mocha.setup.js", |
26 |
| - "test:unit:only:dev": "cross-env TARGET=dev yarn test:unit:only", |
27 |
| - "test:unit:debug": "yarn build:test && node --inspect-brk node_modules/.bin/mocha-webpack --webpack-config test/setup/webpack.test.config.js test/specs --recursive --require test/setup/mocha.setup.js", |
28 |
| - "test:unit:karma": "yarn build:test && yarn test:unit:karma:only", |
29 |
| - "test:unit:karma:only": "cross-env TARGET=browser karma start test/setup/karma.conf.js --single-run", |
30 |
| - "test:unit:node": "yarn build:test && yarn test:unit:node:only", |
31 |
| - "test:unit:node:only": "cross-env TEST_ENV=node mocha-webpack --webpack-config test/setup/webpack.test.config.js test/specs/render.spec.js test/specs/renderToString.spec.js --require test/setup/mocha.setup.js", |
32 | 25 | "test:types": "tsc -p packages/test-utils/types && tsc -p packages/server-test-utils/types"
|
33 | 26 | },
|
34 | 27 | "dependencies": {
|
|
44 | 37 | "@babel/plugin-syntax-flow": "^7.0.0",
|
45 | 38 | "@babel/polyfill": "^7.0.0",
|
46 | 39 | "@babel/preset-env": "^7.0.0",
|
47 |
| - "chai": "^4.0.0", |
48 | 40 | "chalk": "^2.4.2",
|
49 | 41 | "conditional-specs": "^1.0.1",
|
50 | 42 | "conventional-changelog": "^3.1.12",
|
|
57 | 49 | "flow-bin": "^0.66.0",
|
58 | 50 | "jsdom": "^12.0.0",
|
59 | 51 | "jsdom-global": "^3.0.2",
|
60 |
| - "karma": "^3.1.4", |
61 |
| - "karma-mocha": "^1.3.0", |
62 |
| - "karma-phantomjs-launcher": "^1.0.4", |
63 |
| - "karma-sinon-chai": "^2.0.2", |
64 |
| - "karma-sourcemap-loader": "^0.3.7", |
65 |
| - "karma-spec-reporter": "^0.0.31", |
66 |
| - "karma-webpack": "^2.0.3", |
67 | 52 | "lerna": "^3.20.2",
|
68 | 53 | "markdown-it-include": "^1.0.0",
|
69 | 54 | "mocha": "^5.2.0",
|
|
75 | 60 | "rollup-plugin-json": "4",
|
76 | 61 | "rollup-plugin-node-resolve": "5",
|
77 | 62 | "semver": "^6.3.0",
|
78 |
| - "sinon": "^7.2.3", |
79 |
| - "sinon-chai": "^3.3.0", |
80 | 63 | "typescript": "3",
|
81 | 64 | "vee-validate": "^2.1.3",
|
82 | 65 | "vue": "^2.6.11",
|
|
0 commit comments