Skip to content

Commit

Permalink
Update user baselines (#30937)
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot authored and sandersn committed Apr 15, 2019
1 parent 3902ef7 commit 72f6656
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/baselines/reference/user/puppeteer.log
@@ -1,6 +1,16 @@
Exit Code: 1
Standard output:
lib/Accessibility.js(118,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Accessibility.js(310,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(333,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(345,7): error TS2322: Type 'boolean | "mixed"' is not assignable to type 'never'.
Type 'false' is not assignable to type 'never'.
lib/Accessibility.js(356,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(369,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(375,22): error TS2503: Cannot find namespace 'Protocol'.
lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
Expand Down

0 comments on commit 72f6656

Please sign in to comment.