mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 05:21:40 -07:00
test(Bar): add snapshot tests
This commit is contained in:
parent
8cf996eed6
commit
ff96b43758
4 changed files with 154 additions and 1 deletions
|
@ -24,7 +24,8 @@ const customJestConfig = {
|
|||
moduleNameMapper: {
|
||||
"^uuid$": require.resolve("uuid"),
|
||||
"^@fontsource/roboto$": "identity-obj-proxy",
|
||||
"\\.(png|css)$": "identity-obj-proxy",
|
||||
"\\.(css)$": "identity-obj-proxy",
|
||||
"\\.(png|pdf|svg|jpg|jpeg)$": "<rootDir>/__tests__/__mocks__/fileMock.js",
|
||||
},
|
||||
testPathIgnorePatterns: ["<rootDir>/cypress/"],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue