(on, config)
| 7 | supportFile: "test/cypress/support/e2e.{js,jsx,ts,tsx}", |
| 8 | specPattern: "test/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}", |
| 9 | setupNodeEvents(on, config) { |
| 10 | // implement node event listeners here |
| 11 | }, |
| 12 | }, |
| 13 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected