Merge pull request #726 from lindsaysofia/patch-3

Changed 'each' function reference to 'after'
This commit is contained in:
Ilya Kantor 2019-01-13 20:36:37 +03:00 committed by GitHub
commit 005ad3d34f
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