Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created April 28, 2018 12:49
Show Gist options
  • Save lmiller1990/ecf5fe17eadbceb7baaa3b31f814c45d to your computer and use it in GitHub Desktop.
Save lmiller1990/ecf5fe17eadbceb7baaa3b31f814c45d to your computer and use it in GitHub Desktop.
describe('matchers', () => {
describe('toBe', () => {
it('works', () => {
const actual = matchers('1').toBe('1')
expect(actual).toBe(true)
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment