mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-20 19:48:18 -06:00
Updating packages.
This commit is contained in:
@ -5,6 +5,6 @@ module.exports = {
|
||||
"testEnvironment": "jsdom",
|
||||
moduleNameMapper: {
|
||||
"\\.(jpg|ico|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.ts",
|
||||
"\\.(css|sass|less)$": "identity-obj-proxy"
|
||||
"\\.(css|sass|scss|less)$": "identity-obj-proxy"
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user