Skip to content

Instantly share code, notes, and snippets.

@theKashey
Created March 29, 2018 11:49
Show Gist options
  • Save theKashey/aa65f567bbc359123f4618978009b82c to your computer and use it in GitHub Desktop.
Save theKashey/aa65f567bbc359123f4618978009b82c to your computer and use it in GitHub Desktop.
Rewiremock TD.js
import rewiremock from 'rewiremock';
const {Launch} = rewiremock('./rocket-silo').mockThrough(); // automock
const scheduler = rewiremock('doom-scheduler').with({ theDay: Promise.resolve() })
rewiremock.proxy('./dooms-day.js');
expect(Launch).toHaveBeenCalled();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment