-
Notifications
You must be signed in to change notification settings - Fork 192
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
chore(smoke-tests): move files into its own package #6625
Conversation
|
||
// Hacking types here because the DOM types doesn't match the fetch implemented by Node.js | ||
const fetch = globalThis.fetch as unknown as typeof undiciFetch; |
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.
Now that the TS project has lib
locked down, we no longer need this.
.evergreen/functions.yml
Outdated
# separately in the test-packaged-app task | ||
export IGNORE_TESTS="compass-e2e-tests" | ||
# Some packages are ignored as we are running these separately | ||
export IGNORE_TESTS="(compass-e2e-tests|compass-smoke-tests)" |
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.
As long as there isn't a test-ci in the package.json we don't need this, but I suppose it is harmless.
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.
Good catch. I'll revert this to avoid potential confusion and keep things simple 👍
93a12c0
to
8db3470
Compare
Description
Merging this PR will move smoke-test related files into its own package.
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes