| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5076f0d commit 43ac5a2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3140,9 +3140,9 @@ behaves in the same fashion as the top level [`test()`][] function. | |||
| 3140 | 3140 | test('top level test', async (t) => { | |
| 3141 | 3141 | await t.test( | |
| 3142 | 3142 | 'This is a subtest', | |
| 3143 | - { only: false, skip: false, concurrency: 1, todo: false, plan: 4 }, | ||
| 3143 | + { only: false, skip: false, concurrency: 1, todo: false, plan: 1 }, | ||
| 3144 | 3144 | (t) => { | |
| 3145 | - assert.ok('some relevant assertion here'); | ||
| 3145 | + t.assert.ok('some relevant assertion here'); | ||
| 3146 | 3146 | }, | |
| 3147 | 3147 | ); | |
| 3148 | 3148 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments