Changed 'each' function reference to 'after'
This commit is contained in:
parent
cf2a2d77b3
commit
26b88953c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue