mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 11:00:35 -06:00
* fix: Devtools unpredictable resets * Remove cleaning up from webpack-dev-server * Fix lint errors * Get back observer * fix: bring back cleanup (#15634) * fix: wait for fw teardown to do html teardown * fix: port responsibility of teardown to frameworks * chore: add comments * fix: typings * fix: react unmount cannot be called in the right hook * run dtslint Co-authored-by: Barthélémy Ledoux <bart@cypress.io> Co-authored-by: ElevateBart <ledouxb@gmail.com>
13 lines
293 B
HTML
13 lines
293 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title>Components App</title>
|
|
</head>
|
|
<body>
|
|
<div id="__cy_root"></div>
|
|
</body>
|
|
</html>
|