mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This gets rid of some awkward GC code, and as a bonus gives us a second example usage of the registerStore API.
3 lines
142 B
JavaScript
3 lines
142 B
JavaScript
Meteor._ServerTestResultsSubscription = 'tinytest_results_subscription';
|
|
Meteor._ServerTestResultsCollection = 'tinytest_results_collection';
|