Skip to content

Commit d2ab709

Browse files
committed
test(ci): added ci pipeline and correct summation Node.js tests
1 parent b894e78 commit d2ab709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • labs/github-actions/testing-lab
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function sum(a, b) {
2-
return a - b;
2+
return a + b;
33
}
44

55
module.exports = sum;

0 commit comments

Comments
 (0)