mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-01 12:10:07 -06:00
* fix: issue with compilation failures in component testing
* add tests
* fix tests
* Refactor tests
* Fix tests
* Refactor tests
* Fix tests
* Fix paths for dependencies in system tests
* Fix tests
* Fix tests
* Fix tests
* Fix tests
* test fix for initial esbuild failures
* Fix tests
* Add back ESLintPlugin
* Add comments around our special esbuild handling logic in vite
* Code cleanup and additional test scenario
* Add config syntax error tests
* Improve tests
* Update comment and remove unused variable
* Remove unneeded hook in webpack dev server
* Disable dev server overlay
* Revert "Remove unneeded hook in webpack dev server"
This reverts commit 98b2f269ae.
* PR comments
* Accidental removal
* Fix dedent
* PR comments