exercism/typescript

Why does two-bucket use both xtest and test.skip ?

glennj opened this issue · 1 comments

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.