Skip to content

Instantly share code, notes, and snippets.

@msutkowski
Created August 15, 2021 04:52
Show Gist options
  • Save msutkowski/094687d5c7753e137c82e2157de837ce to your computer and use it in GitHub Desktop.
Save msutkowski/094687d5c7753e137c82e2157de837ce to your computer and use it in GitHub Desktop.
async function prepare() {
// @ts-ignore
if (typeof Cypress !== 'undefined') {
const { worker } = require('./mocks/browser');
return worker.start({ onUnhandledRequest: 'warn' });
}
}
@MarceloAlves
Copy link

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment