| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e079967 commit 7147c1d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3073,7 +3073,7 @@ expected count, the test will fail. | |||
| 3073 | 3073 | test('top level test', (t) => { | |
| 3074 | 3074 | t.plan(2); | |
| 3075 | 3075 | t.assert.ok('some relevant assertion here'); | |
| 3076 | - t.subtest('subtest', () => {}); | ||
| 3076 | + t.test('subtest', () => {}); | ||
| 3077 | 3077 | }); | |
| 3078 | 3078 | ``` | |
| 3079 | 3079 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments