test: Update unit tests to remove hash (#5152)

* test: update unit tests to remove hash

* chore: update callout component
This commit is contained in:
Mutasem Aldmour
2023-01-16 14:16:12 +01:00
committed by GitHub
parent dfff982662
commit 96d773f82d
11 changed files with 78 additions and 73 deletions

View File

@@ -39,5 +39,10 @@ export default mergeConfig(
environment: 'jsdom',
setupFiles: ['./src/__tests__/setup.ts'],
},
css: {
modules: {
generateScopedName: (name) => `_${name}_`,
},
},
}),
);