mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
test: Update unit tests to remove hash (#5152)
* test: update unit tests to remove hash * chore: update callout component
This commit is contained in:
@@ -39,5 +39,10 @@ export default mergeConfig(
|
||||
environment: 'jsdom',
|
||||
setupFiles: ['./src/__tests__/setup.ts'],
|
||||
},
|
||||
css: {
|
||||
modules: {
|
||||
generateScopedName: (name) => `_${name}_`,
|
||||
},
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user