Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/test-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export function documentTestUtils(options: TestUtilsDocumenterOptions): TestUtil
if (!selectorsUtilsFile) {
throw new Error(`File '${selectorsUtilsFile}' not found`);
}
// TODO: switch to false after all consumers updated
const includeCoreMethods = options.includeCoreMethods ?? true;
const includeCoreMethods = options.includeCoreMethods ?? false;
return {
domDefinitions: extractDocumentation(
domUtilsFile,
Expand Down
Loading