We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a16fd43 + e8f9821 commit 57b16f8Copy full SHA for 57b16f8
calculator/calculator.spec.js
@@ -29,7 +29,7 @@ describe('sum', function() {
29
expect(calculator.sum([7])).toEqual(7);
30
});
31
32
- it('computes the sum of an array of one number', function() {
+ it('computes the sum of an array of two numbers', function() {
33
expect(calculator.sum([7,11])).toEqual(18);
34
35
0 commit comments