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.
1 parent 38ed132 commit 30d37f3Copy full SHA for 30d37f3
src/types.ts
@@ -248,7 +248,8 @@ export interface PluginTesterOptions {
248
*/
249
titleNumbering?: (typeof validTitleNumberingValues)[number];
250
/**
251
- * Setting this option to `true` will restart test title numbering starting at 1.
+ * This is a `pluginTester` option used to restart test title numbering. Set
252
+ * this value to `true` to restart automatic title numbering at 1.
253
*
254
* @default false
255
* @see https://npm.im/babel-plugin-tester#restartTitleNumbering
0 commit comments