mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-02 13:19:21 -04:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'node',
|
|
},
|
|
});
|