exercism / coffeescript

Exercism exercises in CoffeeScript.
https://exercism.org/tracks/coffeescript
MIT License
19 stars 49 forks source link

Coffeescript : Queen Attack - Import and class name were broken #185

Closed oVerde closed 2 years ago

oVerde commented 2 years ago

Before the fix: image

After the quick commit: image

Fully fixed: image

oVerde commented 2 years ago

Hi @ErikSchierboom thanks for the response.

The test, as it is now, has mixed expectations for the export name, Queens and QueenAttack, breaking every submitted code for everyone, my fix aligns to most user submitted solutions, as they follow the stub, since they can't change the spec.

oVerde commented 2 years ago

Done @ErikSchierboom :smiley:

Is anywhere else?

ErikSchierboom commented 2 years ago

@oVerde Nope, this is good! Thanks 🎉