mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
7 lines
182 B
CoffeeScript
7 lines
182 B
CoffeeScript
Meteor.__COFFEESCRIPT_PRESENT = true
|
|
|
|
# This is read in coffeescript_strict_tests.coffee.
|
|
share.coffeeShared = 789
|
|
|
|
Tinytest.add "coffeescript - compile", (test) -> test.isTrue true
|