Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed May 13, 2016
1 parent 265bfc8 commit 1d4e6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Package.onUse(function(api) {
});

Package.onTest(function (api) {
api.use(['lmieulet:meteor-coverage@0.5.9'], ['server', 'client']);
api.use(['lmieulet:meteor-coverage@0.6.0'], ['server', 'client']);
api.use(['aldeed:autoform', 'tinytest', 'underscore', 'mongo']);
api.use('momentjs:moment', 'client');
api.addFiles(['tests/utility-tests.js', 'tests/autoform-tests.js']);
Expand Down

0 comments on commit 1d4e6f0

Please sign in to comment.