Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed Nov 5, 2017
1 parent fd36541 commit 031f2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Npm.depends({
Package.onTest(function (api) {
api.use('ecmascript');
api.use(['lmieulet:meteor-coverage-self-instrumenter@3.0.0'], ['server']);
// use the right version of coffeescript https://github.com/meteor/meteor/issues/8577#issuecomment-341354360
api.use(['coffeescript@1.12.7_3']);
api.use(['practicalmeteor:mocha', 'practicalmeteor:chai', 'practicalmeteor:sinon', 'lmieulet:meteor-coverage']);
api.use('jquery', 'client');

Expand Down

0 comments on commit 031f2e3

Please sign in to comment.