Skip to content

Commit 3621c58

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (#24)
1 parent 2bb0689 commit 3621c58

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Standard output:
111111
@uifabric/utilities: [XX:XX:XX XM] ■ Running Webpack
112112
@uifabric/utilities: [XX:XX:XX XM] ■ Webpack Config Path: null
113113
@uifabric/utilities: [XX:XX:XX XM] ■ webpack.config.js not found, skipping webpack
114-
@uifabric/utilities: PASS src/warn/warnControlledUsage.test.ts
114+
@uifabric/utilities: PASS src/warn/warnControlledUsage.test.ts (?s)
115115
@uifabric/utilities: PASS src/focus.test.tsx
116116
@uifabric/utilities: PASS src/styled.test.tsx
117117
@uifabric/utilities: PASS src/EventGroup.test.ts

tests/baselines/reference/docker/vscode.log

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,24 @@ yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(560,5): Type 'null' is not assignable to type 'string'.
8-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menubar.ts(742,7): Type '"underline" | null' is not assignable to type 'string'.
9-
Type 'null' is not assignable to type 'string'.
10-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(208,33): Property 'locale' does not exist on type 'CompositionEvent'.
11-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(225,33): Property 'locale' does not exist on type 'CompositionEvent'.
12-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(560,5): Type 'null' is not assignable to type 'string'.
13-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menubar.ts(742,7): Type '"underline" | null' is not assignable to type 'string'.
14-
Type 'null' is not assignable to type 'string'.
15-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(208,33): Property 'locale' does not exist on type 'CompositionEvent'.
16-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/textAreaInput.ts(225,33): Property 'locale' does not exist on type 'CompositionEvent'.
7+
[XX:XX:XX] Error: /vscode/node_modules/@types/node/index.d.ts(179,11): Duplicate identifier 'IteratorResult'.
178
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
189

1910

2011

2112
Standard error:
22-
[XX:XX:XX] 'compile' errored after
23-
[XX:XX:XX] Error: Found 4 errors
13+
{"type":"warning","data":"package.json: No license field"}
14+
{"type":"warning","data":"../package.json: No license field"}
15+
{"type":"warning","data":"[email protected]: No license field"}
16+
[XX:XX:XX] 'compile' errored after 26 s
17+
[XX:XX:XX] Error: Found 1 errors
2418
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
2519
at _end (/vscode/node_modules/through/index.js:65:9)
2620
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
27-
at Stream.onend (internal/streams/legacy.js:42:10)
28-
at Stream.emit (events.js:203:15)
29-
at Stream.EventEmitter.emit (domain.js:466:23)
30-
at drain (/vscode/node_modules/through/index.js:34:23)
31-
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
32-
at Stream.end (/vscode/node_modules/through/index.js:15:35)
33-
at _end (/vscode/node_modules/through/index.js:65:9)
21+
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
22+
at Object.onceWrapper (events.js:286:20)
23+
at StreamFilter.emit (events.js:203:15)
24+
at StreamFilter.EventEmitter.emit (domain.js:466:23)
25+
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
26+
at process._tickCallback (internal/process/next_tick.js:63:19)
3427
error Command failed with exit code 1.

0 commit comments

Comments
 (0)