UNPKG

pretty-var-export

Version:

Export any value to valid and equivalent JavaScript code

9 lines (7 loc) 140 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { include: ['**/*.spec.ts'], globals: true, }, });