mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
test: silence output in CI
This commit is contained in:
parent
c7f4b16bf3
commit
43e81113ce
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
globals: true,
|
globals: true,
|
||||||
environment: "jsdom",
|
environment: "jsdom",
|
||||||
|
// Suppress `console` output in 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