diff --git a/biome.json b/biome.json index 5e66038..8a2442b 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.0.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.4/schema.json", "files": { "includes": ["src/**/*.ts"] }, diff --git a/vitest.config.ts b/vitest.config.ts index 0cb9cc5..cb66b28 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -12,10 +12,10 @@ export default defineConfig({ include: ['**/__tests__/**/*.test.ts'], globals: true, testTimeout: 10000, - poolOptions: { - threads: { - maxThreads: 10, - }, + }, + poolOptions: { + threads: { + maxThreads: 10, }, }, -}); \ No newline at end of file +});