Why does two-bucket use both xtest and test.skip ?
glennj opened this issue · 1 comments
glennj commented
https://github.com/exercism/typescript/blob/main/exercises/practice/two-bucket/two-bucket.test.ts
I have not checked any other exercises.
SleeplessByte commented
Because the skipped tests were not green for the proof.ci solution. It was a way we could update the exercise without proving all the tests pass (see the JavaScript track for the same change). Either there or here, someone did solve it, but I guess didn't update the tests.