You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: don't use .ts for unknown extension tests (#6649)
**What's the problem this PR addresses?**
`.ts` isn't an unknown extension any more after
https://github.com/nodejs/node/releases/tag/v23.6.0.
**How did you fix it?**
Replace `.ts` with `.foo`.
**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.
0 commit comments