Files
twenty/packages/twenty-apps/internal/twenty-fireflies/vitest.config.ts
T
Abdul Rahman d345a6b2d6 Twenty fireflies integration (#20618)
Co-authored-by: martmull <martmull@hotmail.fr>
2026-05-19 15:23:36 +00:00

8 lines
131 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
include: ['src/**/*.test.ts'],
},
});