mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
test: enable clearMocks
This commit is contained in:
parent
f0657b1dcd
commit
90b96a2fed
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export default defineConfig({
|
|||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
clearMocks: true,
|
||||
// Suppress `console` output in CI.
|
||||
silent: !!process.env.CI,
|
||||
setupFiles: ["./tests/setup-tests.ts"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue