Skip to content

🤖 User test baselines have changed for feat/31388 #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: user-baseline-updates
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Exit Code: 1
Standard output:

Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
Node.js version is 15.1.0 (unstable)
Node.js version is 15.2.1 (unstable)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
BLOCKED (51)
Expand Down
119 changes: 49 additions & 70 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions tests/baselines/reference/docker/pyright.log
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
Exit Code: 2
Exit Code: 0
Standard output:
pyright-internal: src/tests/harness/utils.ts(328,12): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?



Standard error:
lerna notice cli vX.X.X
lerna info Executing command in 3 packages: "tsc --noEmit"
lerna ERR! Received non-zero exit code 2 during execution
lerna success exec Executed command in 3 packages: "tsc --noEmit"
npm ERR! code 2
npm ERR! path /pyright
npm ERR! command failed
npm ERR! command sh -c lerna exec --stream --concurrency 1 --no-bail -- tsc --noEmit
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
4 changes: 2 additions & 2 deletions tests/baselines/reference/docker/vue-next.log
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ Writing package typings: /vue-next/dist/vue.d.ts
API Extractor completed successfully.
compiler-dom.global.prod.js min:44.24kb / gzip:17.04kb / brotli:15.46kb
reactivity.global.prod.js min:8.37kb / gzip:3.24kb / brotli:3.00kb
runtime-dom.global.prod.js min:68.76kb / gzip:26.44kb / brotli:23.91kb
runtime-dom.global.prod.js min:68.78kb / gzip:26.45kb / brotli:23.92kb
size-check.global.prod.js min:39.98kb / gzip:15.95kb / brotli:14.55kb
vue.global.prod.js min:105.87kb / gzip:40.15kb / brotli:36.04kb
vue.global.prod.js min:105.88kb / gzip:40.16kb / brotli:36.09kb



Expand Down
12 changes: 4 additions & 8 deletions tests/baselines/reference/user/TypeScript-Node-Starter.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ Standard output:
node_modules/connect-mongo/src/types.d.ts(113,66): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
node_modules/connect-mongo/src/types.d.ts(114,45): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
node_modules/connect-mongo/src/types.d.ts(118,47): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.



Expand Down
13 changes: 0 additions & 13 deletions tests/baselines/reference/user/formik.log

This file was deleted.

Loading