Skip to content

Commit 26b8895

Browse files
Changed 'each' function reference to 'after'
1 parent cf2a2d7 commit 26b8895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/03-code-quality/05-testing-mocha/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Testing finished – after all tests (after)
296296

297297
[edit src="beforeafter" title="Open the example in the sandbox."]
298298

299-
Usually, `beforeEach/afterEach` (`before/each`) are used to perform initialization, zero out counters or do something else between the tests (or test groups).
299+
Usually, `beforeEach/afterEach` (`before/after`) are used to perform initialization, zero out counters or do something else between the tests (or test groups).
300300
````
301301
302302
## Extending the spec

0 commit comments

Comments
 (0)