Skip to content

Commit 0d993ac

Browse files
TypeScript Botsandersn
authored andcommitted
Update user baselines (microsoft#35251)
1 parent 77ec756 commit 0d993ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Standard output:
144144
@uifabric/merge-styles: PASS src/Stylesheet.test.ts
145145
@uifabric/merge-styles: PASS src/extractStyleParts.test.ts
146146
@uifabric/merge-styles: PASS src/concatStyleSetsWithProps.test.ts
147+
@uifabric/merge-styles: PASS src/fontFace.test.ts
147148
@uifabric/merge-styles: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/merge-styles/lib/index.d.ts'
148149
@uifabric/merge-styles: Done in ?s.
149150
@uifabric/jest-serializer-merge-styles: yarn run vX.X.X

tests/baselines/reference/docker/vscode.log

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ $ gulp compile --max_old_space_size=4095
4141
Type 'null' is not assignable to type 'string'.
4242
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(997,4): Type 'string | null' is not assignable to type 'string'.
4343
Type 'null' is not assignable to type 'string'.
44-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(270,5): Type 'string | null' is not assignable to type 'string'.
44+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(283,5): Type 'string | null' is not assignable to type 'string'.
4545
Type 'null' is not assignable to type 'string'.
46-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(272,5): Type 'string | null' is not assignable to type 'string'.
46+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(285,5): Type 'string | null' is not assignable to type 'string'.
4747
Type 'null' is not assignable to type 'string'.
4848
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
4949
Type 'null' is not assignable to type 'string'.
@@ -103,9 +103,9 @@ $ gulp compile --max_old_space_size=4095
103103
Type 'null' is not assignable to type 'string'.
104104
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(997,4): Type 'string | null' is not assignable to type 'string'.
105105
Type 'null' is not assignable to type 'string'.
106-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(270,5): Type 'string | null' is not assignable to type 'string'.
106+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(283,5): Type 'string | null' is not assignable to type 'string'.
107107
Type 'null' is not assignable to type 'string'.
108-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(272,5): Type 'string | null' is not assignable to type 'string'.
108+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(285,5): Type 'string | null' is not assignable to type 'string'.
109109
Type 'null' is not assignable to type 'string'.
110110
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
111111
Type 'null' is not assignable to type 'string'.

0 commit comments

Comments
 (0)