mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
test: silence output in CI (#2074)
This commit is contained in:
parent
1d24da063f
commit
9bfddc5c62
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ export default defineConfig({
|
|||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
// 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