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`, () => {
271271
272272### ` TestingActual `
273273
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 ` .
275275
276276Example
277277
@@ -318,7 +318,7 @@ t.describe('TestingActual', () => {
318318
319319### ` TestingCustom `
320320
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.
322322
323323``` typescript
324324import {
You can’t perform that action at this time.
0 commit comments