mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
11 lines
No EOL
214 B
TypeScript
11 lines
No EOL
214 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'node',
|
|
watch: false,
|
|
env: {
|
|
DATA_CACHE_DIR: 'test-data'
|
|
}
|
|
}
|
|
}); |