mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
8 lines
227 B
JavaScript
8 lines
227 B
JavaScript
Tinytest.add("coffeescript - presence", function(test) {
|
|
test.isTrue(Meteor.__COFFEESCRIPT_PRESENT);
|
|
});
|
|
Tinytest.add("literate coffeescript - presence", function(test) {
|
|
test.isTrue(Meteor.__LITCOFFEESCRIPT_PRESENT);
|
|
});
|
|
|