uniswap-interface-uncensored/cypress.release.config.ts

9 lines
149 B
TypeScript
Raw Permalink Normal View History

import { defineConfig } from 'cypress'
export default defineConfig({
projectId: 'yp82ef',
e2e: {
specPattern: 'cypress/release.ts',
},
})