utopia-ui/cypress.config.ts
2025-02-14 21:54:58 +01:00

12 lines
208 B
TypeScript

import { defineConfig } from 'cypress'
export default defineConfig({
component: {
devServer: {
framework: 'react',
bundler: 'vite',
},
specPattern: ['**/**/*.cy.{ts,tsx}'],
},
})