Files
meteor/packages/tinytest/model.js
David Glasser 32035e8039 Replace _ServerTestResults collection with custom pub/sub.
This gets rid of some awkward GC code, and as a bonus gives us a second example
usage of the registerStore API.
2012-10-29 12:21:34 -07:00

3 lines
142 B
JavaScript

Meteor._ServerTestResultsSubscription = 'tinytest_results_subscription';
Meteor._ServerTestResultsCollection = 'tinytest_results_collection';