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 9de97ce + 41528d1 commit 186f306Copy full SHA for 186f306
1 file changed
js/lesson7/tutorial.md
@@ -24,7 +24,7 @@ In Jasmine, you can use `describe()` to describe the purpose of a suite of tests
24
25
```javascript
26
describe('Calculator', function() {
27
- describe('addition', function() {
+ describe('adding numbers', function() {
28
it('returns the sum of the numbers', function() {
29
expect(add(3,5)).toEqual(8);
30
});
0 commit comments