diff --git a/tests/cases/fourslash/fourslash.ts b/tests/cases/fourslash/fourslash.ts index 62d071e885e..e46a3404d85 100644 --- a/tests/cases/fourslash/fourslash.ts +++ b/tests/cases/fourslash/fourslash.ts @@ -180,7 +180,7 @@ module FourSlashInterface { } public referencesCountIs(count: number) { - FourSlash.currentTestState.verifyReferencesCountIs(count); + FourSlash.currentTestState.verifyReferencesCountIs(count, false); } public implementorsCountIs(count: number) { @@ -484,6 +484,14 @@ module FourSlashInterface { public printScriptLexicalStructureItems() { FourSlash.currentTestState.printScriptLexicalStructureItems(); } + + public printReferences() { + FourSlash.currentTestState.printReferences(); + } + + public printContext() { + FourSlash.currentTestState.printContext(); + } } export class format {