Skip to content

Commit

Permalink
Fix testing on Meteor 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Apr 26, 2024
1 parent 84f28c3 commit a6ffc85
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 @@ -12,7 +12,7 @@ Package.onUse(function(api) {
Package.onTest(function(api) {
configurePackage(api);
api.use([
'tinytest'
'tinytest@1.1.0||2.0.0-rc300.0'
], ['client', 'server']);

api.addFiles('test/helpers.js', 'server');
Expand Down

0 comments on commit a6ffc85

Please sign in to comment.