mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
5 lines
172 B
CoffeeScript
5 lines
172 B
CoffeeScript
# Normally, variables should be file-local, but this file is loaded with {bare:
|
|
# true}, so it should be readable by bare_tests.js
|
|
|
|
VariableSetByCoffeeBareTestSetup = 5678
|