File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ t.describe(`Describe`, () => {
271
271
272
272
### ` TestingActual `
273
273
274
- Class to set ` actual ` value and use multiple testing ` it ` methods. It can be used through the ` actual() ` or ` spy() ` method of ` Testing ` .
274
+ Class to set ` actual ` value and use multiple testing ` it ` methods. It can be used through the ` actual() ` or ` spy() ` methods of ` Testing ` .
275
275
276
276
Example
277
277
@@ -318,7 +318,7 @@ t.describe('TestingActual', () => {
318
318
319
319
### ` TestingCustom `
320
320
321
- Use ` TestingCustom ` class for custom testing. Access to the included tests are through the ` testing ` getter.
321
+ Use ` TestingCustom ` class for custom testing. Access to the included tests is through the ` testing ` getter.
322
322
323
323
``` typescript
324
324
import {
You can’t perform that action at this time.
0 commit comments