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 525b32b commit 7bcaca2Copy full SHA for 7bcaca2
src/test-utils/index.ts
@@ -38,8 +38,7 @@ export function documentTestUtils(options: TestUtilsDocumenterOptions): TestUtil
38
if (!selectorsUtilsFile) {
39
throw new Error(`File '${selectorsUtilsFile}' not found`);
40
}
41
- // TODO: switch to false after all consumers updated
42
- const includeCoreMethods = options.includeCoreMethods ?? true;
+ const includeCoreMethods = options.includeCoreMethods ?? false;
43
return {
44
domDefinitions: extractDocumentation(
45
domUtilsFile,
0 commit comments