Skip to content

Commit 97a4a0e

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (microsoft#34002)
1 parent 35a6426 commit 97a4a0e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ XX of XX: [@azure/core-http] failed to build!
216216
XX of XX: [@azure/app-configuration] blocked by [@azure/core-http]!
217217
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
218218
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
219-
XX of XX: [@azure/keyvault-keys] blocked by [@azure/core-http]!
220-
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
221219
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
222220
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
223221
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!
224222
XX of XX: [@azure/eventhubs-checkpointstore-blob] blocked by [@azure/core-http]!
223+
XX of XX: [@azure/keyvault-keys] blocked by [@azure/core-http]!
224+
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
225225
XX of XX: [@azure/template] blocked by [@azure/core-http]!
226226
XX of XX: [@azure/event-processor-host] completed with warnings in ? seconds
227227
XX of XX: [@azure/cosmos] completed with warnings in ? seconds

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Standard output:
8686
@uifabric/merge-styles: PASS src/Stylesheet.test.ts
8787
@uifabric/merge-styles: PASS src/extractStyleParts.test.ts
8888
@uifabric/merge-styles: PASS src/concatStyleSetsWithProps.test.ts
89-
@uifabric/merge-styles: PASS src/fontFace.test.ts
9089
@uifabric/merge-styles: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/merge-styles/lib/index.d.ts'
9190
@uifabric/merge-styles: Done in ?s.
9291
@uifabric/jest-serializer-merge-styles: yarn run vX.X.X

tests/baselines/reference/user/prettier.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ src/config/resolve-config.js(121,32): error TS2345: Argument of type '{ sync: fa
4444
Property 'cache' is missing in type '{ sync: false; }' but required in type '{ cache: boolean; sync: boolean; }'.
4545
src/config/resolve-config.js(128,32): error TS2345: Argument of type '{ sync: true; }' is not assignable to parameter of type '{ cache: boolean; sync: boolean; }'.
4646
Property 'cache' is missing in type '{ sync: true; }' but required in type '{ cache: boolean; sync: boolean; }'.
47-
src/doc/doc-printer.js(7,14): error TS1023: An index signature parameter type must be 'string' or 'number'.
47+
src/doc/doc-printer.js(7,14): error TS1023: An index signature parameter type must be either 'string' or 'number'.
4848
src/doc/doc-printer.js(7,37): error TS2304: Cannot find name 'MODE'.
4949
src/doc/doc-printer.js(257,17): error TS2532: Object is possibly 'undefined'.
5050
src/doc/doc-printer.js(258,18): error TS2532: Object is possibly 'undefined'.

0 commit comments

Comments
 (0)