diff --git a/packages/test-in-console/package.js b/packages/test-in-console/package.js index 95068c6bc4..5fd64971ec 100644 --- a/packages/test-in-console/package.js +++ b/packages/test-in-console/package.js @@ -1,11 +1,11 @@ Package.describe({ summary: 'Run tests noninteractively, with results going to the console.', - version: '1.2.2' + version: '1.2.3-beta230.5' }); Package.onUse(function(api) { api.use(['tinytest', 'underscore', 'random', 'ejson', 'check']); - api.use('http', 'server'); + api.use('http', 'server'); // TODO replace with fetch api.export('TEST_STATUS', 'client');