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
/
vue
/
cypress
/
component
/
advanced
/
mocking-fetch
/
README.md
4 lines
(2 loc)
•
165 B
Markdown
View Raw
1
2
3
4
# mocking fetch method We can directly access the `window`
object
and mock the `window
.fetch
` method. See
[Users.vue]
(Users.vue) and
[Users.spec.js]
(Users.spec.js)