mirror of
https://github.com/papra-hq/papra.git
synced 2025-12-19 20:29:51 -06:00
10 lines
131 B
TypeScript
10 lines
131 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
env: {
|
|
TZ: 'UTC',
|
|
},
|
|
},
|
|
});
|