Update test-in-console dependencies

This commit is contained in:
Jan Dvorak
2021-06-08 14:09:22 +02:00
parent 349abdeb3d
commit 1193c3332d

View File

@@ -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');