Skip to content

Latest commit

 

History

History

mocking-fetch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

mocking fetch example

In Users.svelte the application is requesting a list of resources using fetch. See test Users.spec.js where we directly stub window.fetch using cy.stub

The tests also show how to respond with mock users after a delay, which allows testing the loading DOM notification.

Loading test