Created
April 28, 2018 12:49
-
-
Save lmiller1990/ecf5fe17eadbceb7baaa3b31f814c45d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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