-
-
Save dmorenogogoleva/860e9301498eb6988db791d9aff3c54d to your computer and use it in GitHub Desktop.
jest-example
This file contains 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('some text', () => { | |
it('my test', () => { | |
const res = 2 +2 | |
expect((res)).toBe(4) | |
}) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment