| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bd4b593 commit 698ea7a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2939,7 +2939,7 @@ expected count, the test will fail. | |||
| 2939 | 2939 | test('top level test', (t) => { | |
| 2940 | 2940 | t.plan(2); | |
| 2941 | 2941 | t.assert.ok('some relevant assertion here'); | |
| 2942 | - t.subtest('subtest', () => {}); | ||
| 2942 | + t.test('subtest', () => {}); | ||
| 2943 | 2943 | }); | |
| 2944 | 2944 | ``` | |
| 2945 | 2945 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments