Files
tunarr/vitest.config.ts
Christian Benincasa fcfa537279 fix: ensure scaling happens on hw for vaapi when tonemap env var is false
includes many other integration tests
2026-03-29 21:14:41 -04:00

13 lines
237 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
projects: [
'web/vitest.config.ts',
'server/vitest.config.ts',
'server/vitest.local.config.ts',
'shared',
],
},
});