Skip to content

Instantly share code, notes, and snippets.

@lgandecki
Created June 21, 2019 09:01
Show Gist options
  • Save lgandecki/c60ba9990af1524da6b531d0b28a5c32 to your computer and use it in GitHub Desktop.
Save lgandecki/c60ba9990af1524da6b531d0b28a5c32 to your computer and use it in GitHub Desktop.
// Put these two lines at the top of inventory.test.js
const td = require("testdouble");
require("testdouble-jest")(td, jest);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment