kylemh / next-ts-with-cypress-coverage

An example create-next-app project using TypeScript, Cypress, @testing-library/cypress, and instrumented coverage
14 stars 9 forks source link

Making "npm run cypress open" work #1

Closed NandoSangenetto closed 4 years ago

NandoSangenetto commented 4 years ago

The command npm run cypress open in the doc is not working.

This PR fixes it.