Skip to content

Commit a764eee

Browse files
committed
Wow I even fixed some fourslash tests
1 parent 52601e6 commit a764eee

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

internal/fourslash/_scripts/failingTests.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ TestMemberListInReopenedEnum
277277
TestMemberListInWithBlock
278278
TestMemberListOfExportedClass
279279
TestMemberListOnContextualThis
280-
TestModuleReexportedIntoGlobalQuickInfo
281280
TestNgProxy1
282281
TestNoQuickInfoForLabel
283282
TestNoQuickInfoInWhitespace
@@ -364,7 +363,6 @@ TestQuickInfoFromContextualType
364363
TestQuickInfoFunctionKeyword
365364
TestQuickInfoGenerics
366365
TestQuickInfoGetterSetter
367-
TestQuickInfoImportNonunicodePath
368366
TestQuickInfoInInvalidIndexSignature
369367
TestQuickInfoInJsdocInTsFile1
370368
TestQuickInfoInOptionalChain

internal/fourslash/tests/gen/moduleReexportedIntoGlobalQuickInfo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
func TestModuleReexportedIntoGlobalQuickInfo(t *testing.T) {
1111
t.Parallel()
12-
t.Skip()
12+
1313
defer testutil.RecoverAndFail(t, "Panic on fourslash test")
1414
const content = `// @Filename: /node_modules/@types/three/index.d.ts
1515
export class Vector3 {}

internal/fourslash/tests/gen/quickInfoImportNonunicodePath_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
func TestQuickInfoImportNonunicodePath(t *testing.T) {
1111
t.Parallel()
12-
t.Skip()
12+
1313
defer testutil.RecoverAndFail(t, "Panic on fourslash test")
1414
const content = `// @Filename: /江南今何在/tmp.ts
1515
export const foo = 1;

0 commit comments

Comments
 (0)