Skip to content

Commit

Permalink
Remove karma, enzyme from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aashu16 authored and s-yadav committed Jul 16, 2023
1 parent ff6f7fc commit 1e03f76
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 880 deletions.
5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.19.cjs"
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build-types": "tsc -p tsconfig.build.json",
"test": "vitest && yarn test-ts",
"coverage": "vitest run --coverage",
"test-build": "cross-env NODE_ENV=production TEST_BROWSER=ChromeHeadless karma start",
"test-build": "vitest",
"test-ts": "yarn tsc --noEmit",
"lint": "cross-env eslint src/**"
},
Expand All @@ -60,34 +60,20 @@
"@testing-library/user-event": "^14.0.0",
"@types/react": "^18.0.6",
"@typescript-eslint/parser": "^5.15.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"cross-env": "^6.0.3",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.15.1",
"gh-pages": "^4.0.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jsdom": "^22.0.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^0.3.7",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-rollup-preprocessor": "^7.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^5.0.0",
"material-ui": "^0.20.2",
"pascal-case": "3.1.2",
"prettier": "^2.2.1",
Expand Down
Loading

0 comments on commit 1e03f76

Please sign in to comment.