-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add stub exercise-name.ts files to each exercise #57
Comments
This is reasonable. We would also need to add a test to the CI to make sure all new exercises include a blank file. |
I've added the stubs files as well as a test for the CI in #65. Ready for review. |
@hoovercj @masters3d Happy for this issue to be closed? |
I've only looked on my phone but it looks good. I really appreciate this, I think it adds the polish this track deserves. Thank you! |
@BrianDGLS Thanks for the PRs! |
When a user first downloads a typescript exercise they have a directory with a test file that imports a ts file, but that ts file doesn't exist.
For example, 'hello-world.test.ts' imports './hello-world.ts' but there is no stub file.
It is an unnecessary step to require users to open the test file for every exercise to check which file they need to create.
The text was updated successfully, but these errors were encountered: