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
/
npm
/
webpack-batteries-included-preprocessor
/
test
/
fixtures
/
node_shim_spec.js
5 lines
(4 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
expect
(typeof global)
.to
.equal
('object')
expect
(global.setTimeout)
.and
.be
.a
('function')
expect
(__filename)
.to
.include
('node_shim_spec.js')
expect
(__dirname)
.to
.include
('_test-output')