Skip to content

Commit e292e0f

Browse files
committed
skip test
1 parent 4e90036 commit e292e0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typescript/test/completions.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,8 @@ test('Omit<..., ""> suggestions', () => {
525525
})
526526
})
527527

528-
test('Additional types suggestions', () => {
528+
// Already works out of the box, but the fix can be better
529+
test.skip('Additional types suggestions', () => {
529530
const tester = fourslashLikeTester(/* ts */ `
530531
type A<T /*1*/> = T;
531532
type A<T extends 'a' | 'b' = '/*2*/'> = T;

0 commit comments

Comments
 (0)