Skip to content

Instantly share code, notes, and snippets.

@gregoryStarr
Last active June 18, 2021 20:21
Show Gist options
  • Save gregoryStarr/b69c12086cb53bf987d586eb59a88200 to your computer and use it in GitHub Desktop.
Save gregoryStarr/b69c12086cb53bf987d586eb59a88200 to your computer and use it in GitHub Desktop.
jestTest
beforeAll(()={
// mock out dependencies
const
})
describe('tests for the ContactService class',()=>{
it('Does stuff',()=>{
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment