-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Typescript: test-runner issue #2467
Comments
Hello. Thanks for opening an issue on Exercism 🙂 At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories. This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you! If you're interested in learning more about this auto-responder, please read this blog post. |
This is an upstream repository for canonical practice exercise data that all tracks use so this isn’t really the best place to troubleshoot a track-specific test runner issue. I’d recommend posting your issue in https://forum.exercism.org/c/programming/typescript/118. |
Yeah the bot told me that and opened it there for me already. Thanks.
|
Thank you for reporting. A forum post was created which led to a PR that has since been merged. You should see the change on exercism.org shortly. |
I am unable to run the tests for some of the typescript exercises.
For example, on https://exercism.org/tracks/typescript/exercises/two-fer, when I run
corepack yarn test
I get an error in the test-runner.mjs file:The line in question is:
: execSync(exercismDirectory)
The text was updated successfully, but these errors were encountered: