-
Notifications
You must be signed in to change notification settings - Fork 535
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
Update @fluidframework/test-tools in LTS #23449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. A few cleanup suggestions but we could merge without them.
"test:jest": "assign-test-ports --package-manager lerna && lerna run test:jest --concurrency 4 --stream --no-bail --no-sort -- -- --color", | ||
"test:jest:bail": "assign-test-ports --package-manager lerna && lerna run test:jest --concurrency 4 --stream", | ||
"test:jest:report": "assign-test-ports --package-manager lerna && lerna run test:jest --concurrency 4 --stream --no-bail --no-sort -- -- --ci --reporters=default --reporters=jest-junit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build-tools doesn't have jest tests. Maybe I, maybe someone else (can't remember 😄), already removed these scripts and the dependency on test-tools in main, so I'd suggest we keep lts lean and remove them here too.
@@ -44,7 +44,7 @@ | |||
"@fluidframework/build-common": "^0.24.0", | |||
"@fluidframework/build-tools": "^0.6.0", | |||
"@fluidframework/eslint-config-fluid": "^0.28.2000", | |||
"@fluidframework/test-tools": "^0.2.3074", | |||
"@fluidframework/test-tools": "^2.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems unused, let's remove it?
@@ -46,7 +46,7 @@ | |||
"devDependencies": { | |||
"@fluidframework/build-common": "^0.24.0", | |||
"@fluidframework/eslint-config-fluid": "^0.28.2000", | |||
"@fluidframework/test-tools": "^0.2.3074", | |||
"@fluidframework/test-tools": "^2.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one also seems unused.
Going to do the removals in follow-ups |
Description
@fluidframework/test-tools
to 2.0.1, usinglerna
forassign-test-ports
Fixes issues making LTS pipelines unhealthy.