Skip to content

Commit

Permalink
add test dependency matb33:collection-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Michels committed Oct 20, 2016
1 parent 9b30627 commit 33843c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Package.onUse(function onUse(api) {
});

Package.onTest(function onTest(api) {
api.use('matb33:collection-hooks@0.8.1');
api.use('hwillson:stub-collections');
api.use('aldeed:collection2@2.10.0');
api.use(['ecmascript', 'mongo', 'practicalmeteor:chai']);
Expand Down

0 comments on commit 33843c5

Please sign in to comment.