mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'node',
|
|
testTimeout: 5000,
|
|
include: ['src/utils/convertUtils.test.ts']
|
|
},
|
|
}) |