Skip to content

Commit

Permalink
Accept baseline diffs in newer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed Mar 18, 2019
1 parent f0eedd3 commit 5b9817b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests/cases/compiler/index.tsx(7,15): error TS2554: Expected 1 arguments, but got 2.
tests/cases/compiler/index.tsx(7,23): error TS2554: Expected 1 arguments, but got 2.


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

const thing = <__foot />;
~~~~~~~~~~
!!! error TS2554: Expected 1 arguments, but got 2.

export {}
Expand Down
4 changes: 2 additions & 2 deletions tests/baselines/reference/jsxNamespaceReexports.types
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import * as MyLib from "./library";
>MyLib : typeof MyLib

const content = <my-element/>;
>content : error
><my-element/> : error
>content : any
><my-element/> : any
>my-element : any

0 comments on commit 5b9817b

Please sign in to comment.