|
59 | 59 | "jest-snapshot-serializer-raw": "^1.1.0", |
60 | 60 | "jest-watch-typeahead": "^0.5.0", |
61 | 61 | "jquery": "^3.2.1", |
62 | | - "karma": "^4.0.1", |
63 | | - "karma-chrome-launcher": "^3.0.0", |
64 | | - "karma-mocha": "^1.3.0", |
65 | | - "karma-webpack": "^4.0.2", |
66 | 62 | "lerna": "^3.20.2", |
67 | 63 | "make-dir": "^3.0.0", |
68 | 64 | "micromatch": "^4.0.2", |
|
82 | 78 | "tempy": "~0.3.0", |
83 | 79 | "throat": "^5.0.0", |
84 | 80 | "typescript": "^3.8.2", |
85 | | - "webpack": "^4.28.4", |
86 | 81 | "which": "^2.0.1" |
87 | 82 | }, |
88 | 83 | "scripts": { |
|
96 | 91 | "jest": "node ./packages/jest-cli/bin/jest.js", |
97 | 92 | "jest-coverage": "yarn jest --coverage", |
98 | 93 | "lint": "eslint . --cache --ext js,jsx,ts,tsx,md", |
99 | | - "lint-es5-build": "eslint --no-eslintrc --no-ignore --env=browser packages/*/build-es5", |
100 | 94 | "lint:prettier": "prettier '**/*.{md,yml,yaml}' 'website/static/**/*.{css,js}' --write --ignore-path .gitignore", |
101 | 95 | "lint:prettier:ci": "prettier '**/*.{md,yml,yaml}' 'website/static/**/*.{css,js}' --check --ignore-path .gitignore", |
102 | 96 | "postinstall": "opencollective postinstall && yarn build", |
103 | 97 | "install-no-ts-build": "node ./scripts/remove-postinstall && yarn --no-progress --frozen-lockfile && node ./scripts/build", |
104 | 98 | "remove-prettier-dep": "node ./scripts/remove-prettier-dep", |
105 | 99 | "publish": "yarn build-clean && yarn build && lerna publish --silent", |
106 | | - "test-ci-es5-build-in-browser": "karma start --single-run", |
107 | 100 | "test-ci": "yarn jest-coverage --color -i --config jest.config.ci.js && yarn test-leak && node ./scripts/mapCoverage.js && codecov", |
108 | 101 | "test-ci-partial": "yarn jest --color -i --config jest.config.ci.js", |
109 | 102 | "test-pretty-format-perf": "node packages/pretty-format/perf/test.js", |
|
0 commit comments