Skip to content

Commit 5b9817b

Browse files
committed
Accept baseline diffs in newer tests
1 parent f0eedd3 commit 5b9817b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/baselines/reference/doubleUnderscoreReactNamespace.errors.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tests/cases/compiler/index.tsx(7,15): error TS2554: Expected 1 arguments, but got 2.
1+
tests/cases/compiler/index.tsx(7,23): error TS2554: Expected 1 arguments, but got 2.
22

33

44
==== tests/cases/compiler/index.tsx (1 errors) ====
@@ -9,7 +9,7 @@ tests/cases/compiler/index.tsx(7,15): error TS2554: Expected 1 arguments, but go
99
declare var __foot: any;
1010

1111
const thing = <__foot />;
12-
~~~~~~~~~~
12+
1313
!!! error TS2554: Expected 1 arguments, but got 2.
1414

1515
export {}

tests/baselines/reference/jsxNamespaceReexports.types

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import * as MyLib from "./library";
2121
>MyLib : typeof MyLib
2222

2323
const content = <my-element/>;
24-
>content : error
25-
><my-element/> : error
24+
>content : any
25+
><my-element/> : any
2626
>my-element : any
2727

0 commit comments

Comments
 (0)