Skip to content

Instantly share code, notes, and snippets.

@ilonacodes
Last active May 31, 2020 10:58
Show Gist options
  • Save ilonacodes/40bd15724cf034ec2374995cad500bb3 to your computer and use it in GitHub Desktop.
Save ilonacodes/40bd15724cf034ec2374995cad500bb3 to your computer and use it in GitHub Desktop.
// example comment
describe('greet(name)', () => {
it('some test example', () => {
expect('actual').toEqual('expected');
});
it('some test example', () => {
expect('actual').toEqual(true);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment