mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 08:59:03 -06:00
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
(function () {
|
|
if (top !== self) {
|
|
console.log('loaded!')
|
|
}
|
|
})()
|