Skip to content
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

Merged
merged 13 commits into from
Aug 1, 2024
Merged

Add exercises with type-tests #1520

merged 13 commits into from
Aug 1, 2024

Conversation

SleeplessByte
Copy link
Member

  • Add a mini test runner to each exercise that determine if
    • it should run tsc (right now always yes)
    • it should run tstyche (only if there are type tests)
    • it should run jest (only if there are implementation tests)

Additionally implements the first concept exercise.

@SleeplessByte SleeplessByte added the x:size/large Large amount of work label Jul 31, 2024
@SleeplessByte
Copy link
Member Author

Should merge this first (with [no-important-files-changed] if necessary) before more work is done on this track so we can keep the changes unrelated to the concepts out of those PRs.

@SleeplessByte
Copy link
Member Author

@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.

@ErikSchierboom
Copy link
Member

beta exercises are available to anyone, wip only to maintainers:

def enabled_exercises(exercises)
    status = %i[active beta]
    status << :wip if maintainer?

@SleeplessByte
Copy link
Member Author

Will change!

@SleeplessByte SleeplessByte merged commit bd55d5c into main Aug 1, 2024
9 checks passed
@SleeplessByte SleeplessByte deleted the feature/type-tests branch August 1, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:size/large Large amount of work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants