Skip to content

Instantly share code, notes, and snippets.

@wunnle
Created August 12, 2020 11:23
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 wunnle/ccd32c6877a33cd1e758fe30bbbb8621 to your computer and use it in GitHub Desktop.
Save wunnle/ccd32c6877a33cd1e758fe30bbbb8621 to your computer and use it in GitHub Desktop.
test('sample test', () => {
const a = 5
try {
expect(a).toBe(4)
console.log('test passed')
} catch (error) {
console.log('test failed')
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment