Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created September 22, 2021 08:13
Show Gist options
  • Save sabesansathananthan/bcd848ec8c5060c95c02d409489bd7d8 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/bcd848ec8c5060c95c02d409489bd7d8 to your computer and use it in GitHub Desktop.
mock network request in Jest
import { run } from "../../src";
export default async () => {
await run();
};
import { close } from "../../src";
export default async function () {
await close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment