exercism / typescript

Exercism exercises in TypeScript.
https://exercism.org/tracks/typescript
MIT License
148 stars 160 forks source link

Sync two-bucket #1289

Closed angelikatyborska closed 1 year ago

angelikatyborska commented 1 year ago

No new tests - all of the tests were already implemented, but tests.toml was not up to date.

angelikatyborska commented 1 year ago

The CI shouldn't be really failing, but it got stuck waiting for 3+ hours and timed out in the end, I don't know why.

angelikatyborska commented 1 year ago

Oh! I completely missed the fact that the difference between xit and it.skip could be the cause 😬 I'll update the proof

SleeplessByte commented 1 year ago

Oh! I completely missed the fact that the difference between xit and it.skip could be the cause 😬 I'll update the proof

Haha yes. It's not well documented, but allows us to have skipped tests that are not reenabled during the test run. This was only done so we could have the new test runner before the exercises were fixed 🙃😋