Skip to content

Instantly share code, notes, and snippets.

@nesterone
Created January 19, 2020 15:12
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 nesterone/537424310bf966d6bacd0eecbe0ae41d to your computer and use it in GitHub Desktop.
Save nesterone/537424310bf966d6bacd0eecbe0ae41d to your computer and use it in GitHub Desktop.
describe('NumberSumCalculatoin', () => {
it('passed sum calculaton', () => {
expect(new NumberSumCalculation(2, 2).calculate()).toEqual(4);
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment