Skip to content

Commit 629e30f

Browse files
committed
fix: remove incorrect array test
1 parent 43f77dd commit 629e30f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test-d/simplify-deep.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ declare const flattenProperties: {
3232
expectType<SimplifyDeep<Properties1 & Properties2>>(flattenProperties);
3333

3434
// Array
35-
type ArrayType = Array<{
36-
a: string;
37-
}>;
38-
39-
declare const flattenProperties2: {
40-
arrayType: Array<{
41-
a: string;
42-
}>;
43-
};
44-
expectType<SimplifyDeep<{arrayType: ArrayType}>>(flattenProperties2);
45-
4635
declare function testArraySimplification(arg: {foo: Array<{[x: string]: string}>}): void;
4736

4837
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions

0 commit comments

Comments
 (0)