Skip to content

Commit

Permalink
Add some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed May 29, 2016
1 parent a78fa3f commit 7870076
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ Npm.depends({
});

Package.onTest(function (api) {
api.use(['lmieulet:coverage-self-instrumenter'], ['server']);
api.use('ecmascript');
api.use(['lmieulet:coverage-self-instrumenter@0.0.2'], ['server']);
api.use(['lmieulet:meteor-coverage', 'tinytest'], ['server', 'client']);
api.use('jquery', 'client');
api.use('jquery', 'client', 'modules');

api.addFiles('tests/methods.js', 'client');
api.addFiles([
Expand Down

0 comments on commit 7870076

Please sign in to comment.