Turn back on silent
This commit is contained in:
parent
969c9663ef
commit
b3e433291c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export default defineConfig({
|
|||
test: {
|
||||
reporters: 'verbose',
|
||||
isolate: false,
|
||||
silent: false,
|
||||
silent: true,
|
||||
exclude: [
|
||||
'**/node_modules/**',
|
||||
'**/dist/**',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue