Changed 'each' function reference to 'after'

This commit is contained in:
lindsaysofia 2019-01-10 21:17:47 -08:00 committed by GitHub
parent cf2a2d77b3
commit 26b88953c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,7 @@ Testing finished after all tests (after)
[edit src="beforeafter" title="Open the example in the sandbox."]
Usually, `beforeEach/afterEach` (`before/each`) are used to perform initialization, zero out counters or do something else between the tests (or test groups).
Usually, `beforeEach/afterEach` (`before/after`) are used to perform initialization, zero out counters or do something else between the tests (or test groups).
````
## Extending the spec