-
Notifications
You must be signed in to change notification settings - Fork 866
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: Remove jest
dependencies
#10301
Conversation
Add following commits to resolve warning/errors. 1. chore: Run sass-migrator to fix scss warnings (53be532) On So I've run following steps.
2. chore: suppress stylelint error (49827a5) When running I can’t determine whether it is a correct or false positive. 3. chore: remove wild card that is not supported on windows with node20(49827a5) So I've removed wildcard from file name. |
This PR remove
jest
related package dependencies.And migrate tests to run with Node.js build-in Test Runner.
This changes is needed to update TypeScript module versions. (#10229)
What's changed in this PR
jest
related settings.helper.test.ts
testsnode --import tsx --test modern/src/*.test.ts"
package-lock.json
filelockfileVersion
is updated to3
.(It's updated when running
npm install
command on environment onNode v20.18.0
andnpm 10.4.0
)