UNPKG

@clarabridge/unified-react-components

Version:
15 lines (13 loc) 358 B
import { defineConfig } from 'cypress'; import webpackConfig from './webpack.test.config' export default defineConfig({ video: false, component: { specPattern: 'src/**/*spec.{js,jsx,ts,tsx}', devServer: { framework: 'react', bundler: 'webpack', webpackConfig: webpackConfig, }, }, });