Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed May 29, 2016
1 parent 7870076 commit 5c201fd
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 @@ -53,7 +53,7 @@ Package.onTest(function (api) {
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', 'modules');
api.use('jquery', 'client');

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

0 comments on commit 5c201fd

Please sign in to comment.