Skip to content

Commit

Permalink
Remove identity-obj-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed May 26, 2023
1 parent f687666 commit 1c4fad5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ module.exports = {
testRegex: "packages/.*/test/(.+)\\.test\\.(js|ts)$",
testEnvironment: "jsdom",
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
moduleNameMapper: {
"\\.(css|less)$": "identity-obj-proxy",
},
};
34 changes: 0 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"devDependencies": {
"@rspack/cli": "^0.1.12",
"@types/jest": "^29.5.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.2.2",
Expand Down

0 comments on commit 1c4fad5

Please sign in to comment.