UNPKG
@revoloo/cypress6
Version:
latest (1.0.0)
1.0.0
Cypress.io end to end testing tool
github.com/cypress-io/cypress
cypress-io/cypress
@revoloo/cypress6
/
packages
/
rewriter
/
test
/
fixtures
/
test.coffee
9 lines
(7 loc)
•
238 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
# just an example of transpilation w/ sourcemap -
# `test.coffee` is not directly transpiled/executed by any test code
# regenerate JS + sourcemap with `coffee -c -m test.coffee`
setTimeout -> window foo =
"
#{window.top.foo}
"
,
1000