We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
context.plan()
1 parent e008604 commit 860a9f2Copy full SHA for 860a9f2
doc/api/test.md
@@ -2939,7 +2939,7 @@ expected count, the test will fail.
2939
test('top level test', (t) => {
2940
t.plan(2);
2941
t.assert.ok('some relevant assertion here');
2942
- t.subtest('subtest', () => {});
+ t.test('subtest', () => {});
2943
});
2944
```
2945
0 commit comments