mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-16 10:03:12 -07:00
test: ignore css imports with jest
This commit is contained in:
parent
9b35150013
commit
186cacee47
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const customJestConfig = {
|
|||
moduleNameMapper: {
|
||||
"^uuid$": require.resolve("uuid"),
|
||||
"^@fontsource/roboto$": "identity-obj-proxy",
|
||||
"\\.(png)$": "identity-obj-proxy",
|
||||
"\\.(png|css)$": "identity-obj-proxy",
|
||||
},
|
||||
testPathIgnorePatterns: ["<rootDir>/cypress/"],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue