mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
packages http added missing ejson dependency to tests
This commit is contained in:
@@ -24,6 +24,7 @@ Package.onTest(function (api) {
|
||||
api.use('webapp', 'server');
|
||||
api.use('underscore');
|
||||
api.use('random');
|
||||
api.use('ejson');
|
||||
api.use('http', ['client', 'server']);
|
||||
api.use('tinytest');
|
||||
api.use('test-helpers', ['client', 'server']);
|
||||
|
||||
Reference in New Issue
Block a user