Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
at v0.1.5 235 B view raw
1import { defineConfig } from 'cypress'; 2 3export default defineConfig({ 4 video: false, 5 6 component: { 7 specPattern: 'src/**/*.test.{js,ts,jsx,tsx}', 8 devServer: { 9 framework: 'react', 10 bundler: 'vite', 11 }, 12 }, 13});