-
-
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 exercises with type-tests #1520
Conversation
Should merge this first (with |
@ErikSchierboom setting the concept exercise to beta should work? Or will that make the concept tree show on the site? I don't want that (yet) as I am writing (a lot) of exercises. |
def enabled_exercises(exercises)
status = %i[active beta]
status << :wip if maintainer? |
Will change! |
tsc
(right now always yes)tstyche
(only if there are type tests)jest
(only if there are implementation tests)Additionally implements the first concept exercise.