mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-29 19:19:16 -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: {
|
moduleNameMapper: {
|
||||||
"^uuid$": require.resolve("uuid"),
|
"^uuid$": require.resolve("uuid"),
|
||||||
"^@fontsource/roboto$": "identity-obj-proxy",
|
"^@fontsource/roboto$": "identity-obj-proxy",
|
||||||
"\\.(png)$": "identity-obj-proxy",
|
"\\.(png|css)$": "identity-obj-proxy",
|
||||||
},
|
},
|
||||||
testPathIgnorePatterns: ["<rootDir>/cypress/"],
|
testPathIgnorePatterns: ["<rootDir>/cypress/"],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue