uniswap-interface-uncensored/cypress.release.config.ts
2022-07-11 13:24:01 -04:00

9 lines
149 B
TypeScript

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