Skip to content

Commit 53e75d2

Browse files
Update user baselines
1 parent ec39d41 commit 53e75d2

File tree

16 files changed

+372
-301
lines changed

16 files changed

+372
-301
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Exit Code: 1
22
Standard output:
33

44
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5-
Node.js version is 12.8.1 (pre-LTS)
5+
Node.js version is 12.9.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
@@ -35,8 +35,9 @@ XX of XX: [@azure/service-bus] completed successfully in ? seconds
3535
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
3636
XX of XX: [@azure/storage-file] completed successfully in ? seconds
3737
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
38+
XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds
3839
XX of XX: [testhub] completed successfully in ? seconds
39-
SUCCESS (11)
40+
SUCCESS (12)
4041
================================
4142
@azure/abort-controller (? seconds)
4243
@azure/core-auth (? seconds)
@@ -48,6 +49,7 @@ SUCCESS (11)
4849
@azure/storage-blob (? seconds)
4950
@azure/storage-file (? seconds)
5051
@azure/storage-queue (? seconds)
52+
@azure/test-utils-recorder (? seconds)
5153
testhub (? seconds)
5254
================================
5355
BLOCKED (8)

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ lerna info Executing command in 40 packages: "yarn run build --production --lint
425425
@uifabric/foundation: [XX:XX:XX XM] x ------------------------------------
426426
@uifabric/foundation: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node /office-ui-fabric-react/node_modules/jest/bin/jest.js --config /office-ui-fabric-react/packages/foundation/jest.config.js --passWithNoTests --colors
427427
@uifabric/foundation: at ChildProcess.<anonymous> (/office-ui-fabric-react/node_modules/just-scripts-utils/lib/exec.js:70:31)
428-
@uifabric/foundation: at ChildProcess.emit (events.js:203:13)
428+
@uifabric/foundation: at ChildProcess.emit (events.js:209:13)
429429
@uifabric/foundation: at ChildProcess.EventEmitter.emit (domain.js:499:23)
430430
@uifabric/foundation: at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
431431
@uifabric/foundation: [XX:XX:XX XM] x ------------------------------------
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Exit Code: 1
2+
Standard output:
3+
src/config/passport.ts(136,25): error TS2339: Property 'tokens' does not exist on type 'User'.
4+
src/controllers/api.ts(22,28): error TS2339: Property 'tokens' does not exist on type 'User'.
5+
src/controllers/api.ts(24,27): error TS2339: Property 'facebook' does not exist on type 'User'.
6+
src/controllers/user.ts(145,28): error TS2339: Property 'id' does not exist on type 'User'.
7+
src/controllers/user.ts(181,28): error TS2339: Property 'id' does not exist on type 'User'.
8+
src/controllers/user.ts(197,33): error TS2339: Property 'id' does not exist on type 'User'.
9+
src/controllers/user.ts(211,28): error TS2339: Property 'id' does not exist on type 'User'.
10+
11+
12+
13+
Standard error:

tests/baselines/reference/user/async.log

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ node_modules/async/dist/async.js(1768,32): error TS2532: Object is possibly 'und
115115
node_modules/async/dist/async.js(1768,38): error TS2532: Object is possibly 'undefined'.
116116
node_modules/async/dist/async.js(1769,3): error TS2532: Object is possibly 'undefined'.
117117
node_modules/async/dist/async.js(1773,35): error TS2532: Object is possibly 'undefined'.
118-
node_modules/async/dist/async.js(1951,10): error TS1003: Identifier expected.
119-
node_modules/async/dist/async.js(1951,10): error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
120118
node_modules/async/dist/async.js(1990,16): error TS2554: Expected 3 arguments, but got 1.
121119
node_modules/async/dist/async.js(2116,20): error TS2345: Argument of type 'Function | undefined' is not assignable to parameter of type 'number | undefined'.
122120
Type 'Function' is not assignable to type 'number'.

tests/baselines/reference/user/bluebird.log

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ node_modules/bluebird/js/release/using.js(78,20): error TS2339: Property 'doDisp
299299
node_modules/bluebird/js/release/using.js(97,23): error TS2339: Property 'data' does not exist on type 'FunctionDisposer'.
300300
node_modules/bluebird/js/release/using.js(131,72): error TS2339: Property 'classString' does not exist on type 'typeof ret'.
301301
node_modules/bluebird/js/release/using.js(223,15): error TS2350: Only a void function can be called with the 'new' keyword.
302-
node_modules/bluebird/js/release/util.js(200,32): error TS2339: Property 'foo' does not exist on type 'FakeConstructor'.
303302
node_modules/bluebird/js/release/util.js(279,45): error TS2345: Argument of type 'PropertyDescriptor | { value: any; } | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
304303
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
305304
Type 'undefined' is not assignable to type 'PropertyDescriptor'.

0 commit comments

Comments
 (0)