This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
spruce
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
1.x
2.x
dependabot/npm_and_yarn/follow-redirects-1.14.8
master
v2.7.1
v2.7.0
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.3
v2.5.2
v2.5.1
v2.5.0
v2.4.0
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.2
v0.1.1
v0.1.0
v0.0.1
spruce
/
tests
/
cypress
/
bootstrap.js
bootstrap.js
103 B
Permalink
History
Raw
1
2
3
4
5
/* global cy, Cypress */
Cypress.on('window:before:load', win => {
cy.spy(win.console, 'error')
})