-
Notifications
You must be signed in to change notification settings - Fork 148
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
Fix for breaking unit tests on newly created projects #761
Fix for breaking unit tests on newly created projects #761
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.
worked for me when i bumped ts-node version as done in this PR.
I'm not sure what the CI failure is here. Don't currently have time to dig into it. Are tests passing locally? |
Worked for me as well |
It's not just tests breaking, though. Now, when you create a stock typescript and run it it breaks. |
asdf Bumping sadf
0af1a55
to
51183fa
Compare
@jamonholmgren Some act of weird gitness stripped the command from the end of a line in package.json. Assuming this passes tests it should be a fix |
## [5.1.4](v5.1.3...v5.1.4) (2023-09-20) ### Bug Fixes * **deps:** Updates ts-node to 10.9.1 ([#761](#761) by @ElonVolo and [@marcelxsilva](https://github.com/marcelxsilva)) ([b93f6bd](b93f6bd))
🎉 This PR is included in version 5.1.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fix for #760.