Skip to content

Instantly share code, notes, and snippets.

@sadick254
Last active June 20, 2018 16:25
Show Gist options
  • Save sadick254/bc7a4cba0318becad4b1cf01c54d8049 to your computer and use it in GitHub Desktop.
Save sadick254/bc7a4cba0318becad4b1cf01c54d8049 to your computer and use it in GitHub Desktop.
describe('Calculator', () => {
it('should get the sum of two numbers', () => {
const sum = sum(5, 5);
expect(sum).toEqual(10);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment