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: {
|
test: {
|
||||||
globals: true,
|
globals: true,
|
||||||
environment: "jsdom",
|
environment: "jsdom",
|
||||||
|
clearMocks: true,
|
||||||
// Suppress `console` output in CI.
|
// Suppress `console` output in CI.
|
||||||
silent: !!process.env.CI,
|
silent: !!process.env.CI,
|
||||||
setupFiles: ["./tests/setup-tests.ts"],
|
setupFiles: ["./tests/setup-tests.ts"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue