mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-28 01:52:46 -06:00
Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Zach Bloomquist <github@chary.us>
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
(function () {
|
|
if (top != self) {console.log('loaded!')}
|
|
})()
|