Skip to content

Commit

Permalink
fix(cwc): update package.json & karma test
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Sep 26, 2022
1 parent e7b64aa commit a52ab2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-plugin-template-html-minifier": "^4.1.0",
"bluebird": "^3.7.2",
"cache-loader": "^4.1.0",
"child-process-promise": "^2.2.1",
"commander": "^4.1.1",
Expand All @@ -140,7 +139,6 @@
"css-loader": "^6.0.0",
"cssnano": "^5.0.0",
"custom-event": "^1.0.0",
"cz-conventional-changelog": "^3.3.0",
"del": "^6.0.0",
"es6-promise": "^4.2.8",
"eslint": "^7.32.0",
Expand All @@ -158,7 +156,6 @@
"expect-puppeteer": "^6.0.0",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"globby": "^10.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
Expand All @@ -177,14 +174,14 @@
"is-port-reachable": "^3.1.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^4.0.0",
"jest": "^26.0.0",
"jest": "25.5.4",
"jest-dev-server": "^6.0.0",
"jest-diff": "^26.0.0",
"jest-diff": "25.5.0",
"jest-environment-puppeteer": "^6.0.0",
"jest-playwright-preset": "~0.2.0",
"karma": "^6.3.9",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-coverage-istanbul-reporter": "^2.0.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-snapshot": "^0.6.0",
Expand All @@ -195,7 +192,6 @@
"magic-string": "~0.25.7",
"mini-css-extract-plugin": "~2.5.0",
"mkdirp": "^0.5.5",
"morgan": "^1.8.0",
"null-loader": "^4.0.0",
"playwright": "^1.0.0",
"polymer-webpack-loader": "^2.0.0",
Expand All @@ -206,15 +202,13 @@
"prettier-plugin-package": "^1.3.0",
"prop-types": "^15.7.0",
"puppeteer": "^13.0.0",
"raw-loader": "^4.0.0",
"read-pkg-up": "^7.0.0",
"replace-ext": "^2.0.0",
"resize-observer-polyfill": "^1.5.0",
"rollup": "^2.55.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"rtlcss": "^3.0.0",
"rxjs": "^7.0.0",
"sass": "~1.40.0",
"sass-loader": "^10.2.0",
"strip-comments": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon-web-components/tests/karma-test-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// For generating coverage report for untested files
const srcContext = require.context('../src/components', true, /^(?!.*story)?).*\.ts$/);
const srcContext = require.context('../src/components', true, /^(?!.*story).*\.ts$/);
srcContext.keys().forEach(srcContext);

const specContext = require.context('.', true, /_spec\.ts$/);
Expand Down

0 comments on commit a52ab2f

Please sign in to comment.