meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

[coffeescript] Tests running against JavaScript code #209

Closed abernix closed 7 years ago

abernix commented 7 years ago

Currently in the CoffeeScript version of this application (on the coffeescript branch) the unit tests are not really running the CoffeeScript code but rather the JavaScript code.

This came about in #206, but I'm opening this so it's not forgotten – even if it's on our minds. :wink:

GeoffreyBooth commented 7 years ago

Fixed via 78b5f79c749526bbcfe1157242e66fc49f2340b7 and 27dc58529f73635d3d2d28276fb04d540c733afb. The tests pass on the coffeescript branch. See also #210.