mirror of
https://github.com/vercel/commerce.git
synced 2025-05-08 18:57:51 +00:00
10 lines
175 B
TypeScript
10 lines
175 B
TypeScript
import { defineConfig } from "cypress";
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
setupNodeEvents(on, config) {
|
|
// implement node event listeners here
|
|
},
|
|
},
|
|
});
|