Skip to content

Commit a8bdf70

Browse files
Copilotjakebailey
andcommitted
Move typeErrorAfterStringCompletionsInNestedCall to manual test via makemanual
Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
1 parent a615107 commit a8bdf70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/fourslash/_scripts/manualTests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,4 @@ stringLiteralCompletionsInPositionTypedUsingRest
124124
tripleSlashRefPathCompletionAbsolutePaths
125125
tripleSlashRefPathCompletionHiddenFile
126126
tsxCompletion12
127+
typeErrorAfterStringCompletionsInNestedCall

internal/fourslash/tests/gen/typeErrorAfterStringCompletionsInNestedCall_test.go renamed to internal/fourslash/tests/manual/typeErrorAfterStringCompletionsInNestedCall_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
func TestTypeErrorAfterStringCompletionsInNestedCall(t *testing.T) {
13-
fourslash.SkipIfFailing(t)
13+
1414
t.Parallel()
1515
defer testutil.RecoverAndFail(t, "Panic on fourslash test")
1616
const content = `// @stableTypeOrdering: true

0 commit comments

Comments
 (0)