mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update test-in-console dependencies
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user