Skip to content

Commit 85c626f

Browse files
lmiller1990AtofStryker
authored andcommitted
test: remove karma, sinon, chai and see what happens
1 parent 711017b commit 85c626f

File tree

2 files changed

+45
-904
lines changed

2 files changed

+45
-904
lines changed

package.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
"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",
2323
"test:compat": "scripts/test-compat.sh",
2424
"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",
3225
"test:types": "tsc -p packages/test-utils/types && tsc -p packages/server-test-utils/types"
3326
},
3427
"dependencies": {
@@ -44,7 +37,6 @@
4437
"@babel/plugin-syntax-flow": "^7.0.0",
4538
"@babel/polyfill": "^7.0.0",
4639
"@babel/preset-env": "^7.0.0",
47-
"chai": "^4.0.0",
4840
"chalk": "^2.4.2",
4941
"conditional-specs": "^1.0.1",
5042
"conventional-changelog": "^3.1.12",
@@ -57,13 +49,6 @@
5749
"flow-bin": "^0.66.0",
5850
"jsdom": "^12.0.0",
5951
"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",
6752
"lerna": "^3.20.2",
6853
"markdown-it-include": "^1.0.0",
6954
"mocha": "^5.2.0",
@@ -75,8 +60,6 @@
7560
"rollup-plugin-json": "4",
7661
"rollup-plugin-node-resolve": "5",
7762
"semver": "^6.3.0",
78-
"sinon": "^7.2.3",
79-
"sinon-chai": "^3.3.0",
8063
"typescript": "3",
8164
"vee-validate": "^2.1.3",
8265
"vue": "^2.6.11",

0 commit comments

Comments
 (0)