Files
meteor/packages/coffeescript/tests/litcoffeescript_tests.litcoffee
Maxime Quandalle 8df6553ce2 Add a literate handler in the coffeescript package
Add .coffee.md handling tests
2013-09-12 14:29:50 -07:00

7 lines
285 B
Plaintext

This file is just the same as `coffeescript_tests.coffee`, first we set a
property, which we check for in `coffeescript_tests.js`, and then a trivial
testcase.
Meteor.__LITCOFFEESCRIPT_PRESENT = true
Tinytest.add "literate coffeescript - compile", (test) -> test.isTrue true