Skip to content

Instantly share code, notes, and snippets.

@dmorenogogoleva
Created February 21, 2024 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmorenogogoleva/860e9301498eb6988db791d9aff3c54d to your computer and use it in GitHub Desktop.
Save dmorenogogoleva/860e9301498eb6988db791d9aff3c54d to your computer and use it in GitHub Desktop.
jest-example
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