mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
hideSkippedTests: true,
|
|
},
|
|
});
|