mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
chore(jest): stub carbon-icons-svelte
This commit is contained in:
parent
ddb91f6327
commit
68622ba613
2 changed files with 48 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
|||
"js",
|
||||
"svelte"
|
||||
],
|
||||
"moduleNameMapper": {
|
||||
"^carbon-icons-svelte*": "<rootDir>src/internal/Icon.stub.svelte"
|
||||
},
|
||||
"setupFilesAfterEnv": [
|
||||
"regenerator-runtime/runtime",
|
||||
"@testing-library/jest-dom/extend-expect"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue