We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2a3405 + f37de12 commit 8232e33Copy full SHA for 8232e33
4 files changed
jest.config.mjs
@@ -11,7 +11,7 @@ export default {
11
transform: {
12
'^.+\\.(?:[tj]sx?|mjs)$': ['babel-jest', { configFile: './babel.config.mjs' }],
13
},
14
- transformIgnorePatterns: ['/node_modules/(?!(solid-ui/node_modules/|@lit|lit|lit-html|lit-element|uuid|@noble|@uvdsl/solid-oidc-client-browser)).+\\.js$'],
+ transformIgnorePatterns: ['/node_modules/(?!(solid-ui/node_modules/|@awesome.me|@shoelace-style|@lit|lit|lit-html|lit-element|uuid|@noble|@uvdsl/solid-oidc-client-browser)).+\\.js$'],
15
moduleNameMapper: {
16
'^SolidLogic$': 'solid-logic',
17
'^UI$': 'solid-ui',
0 commit comments