n8n/packages/frontend/tooling/vitest-config/index.d.ts
Alex Grozav ef87da4c19
feat: Add reusable frontend composables package (#13077)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-02-06 12:44:30 +02:00

4 lines
87 B
TypeScript

import type { UserConfig } from 'vitest/node';
export const vitestConfig: UserConfig;