Skip to content

Commit

Permalink
lint(systest): format config (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigalasr committed Nov 28, 2024
1 parent 4c7db83 commit 8430125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/system-tests/vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { configDefaults, defineConfig } from 'vitest/config';
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
Expand All @@ -8,10 +8,10 @@ export default defineConfig({
concurrent: true,
setupFiles: 'parallel'
},
reporters: process.env.GITHUB_ACTIONS ? ['basic', 'github-actions'] : ['dot'],
isolate: false,
pool: 'threads',
deps: {
reporters: process.env.GITHUB_ACTIONS ? ['basic', 'github-actions'] : ['dot'],
isolate: false,
pool: 'threads',
deps: {
optimizer: {
ssr: {
enabled: true
Expand Down

0 comments on commit 8430125

Please sign in to comment.