Skip to content

Commit

Permalink
Fix testing with Meteor 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Apr 25, 2024
1 parent b4abb48 commit 2c7c7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Package.onUse(function(api) {

Package.onTest(function(api) {
configure(api);
api.versionsFrom('[email protected]');
api.use('tinytest');
api.use('[email protected]||2.0.0-rc300.0');
api.addFiles('test.js', 'server');
});

function configure(api) {
api.versionsFrom('[email protected]');
api.addFiles('index.js', 'server');
}

0 comments on commit 2c7c7ad

Please sign in to comment.