Skip to content
Snippets Groups Projects
Commit 08ceebd0 authored by mvrp21's avatar mvrp21
Browse files

vamo


Signed-off-by: default avatarMarcus V. <mvrp21@inf.ufpr.br>
parent e4d71eab
No related branches found
No related tags found
No related merge requests found
Pipeline #40592 passed
module.exports = function addNumbers(a, b) { module.exports = function addNumbers(a, b) {
// aaaa
return a + b; return a + b;
} }
...@@ -7,4 +7,3 @@ test('adds 1 + 2 to equal 3', () => { ...@@ -7,4 +7,3 @@ test('adds 1 + 2 to equal 3', () => {
test('adds -1 + 2 to equal 1', () => { test('adds -1 + 2 to equal 1', () => {
expect(addNumbers(-1, 2)).toBe(1); expect(addNumbers(-1, 2)).toBe(1);
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment