Created
August 17, 2017 03:03
-
-
Save dayvsonlima/28dd5821137fd7744fea994c133e001d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var resultado = soma(1, 2); | |
| expect(resultado).to.equal(3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment