Skip to content

Commit

Permalink
Merge pull request #55 from Meteor-Community-Packages/migrate/3.0
Browse files Browse the repository at this point in the history
Migrate for 3.0 compatibility
  • Loading branch information
StorytellerCZ authored Jul 16, 2024
2 parents 4993e1c + 9d8b261 commit c5829b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected]-rc300.1
[email protected]
[email protected]
[email protected]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.7.0
Add: Compatibility with Meteor 3.0

## 1.6.0

Add: Playwright driver now accepts any of the available Playwright modules. [PR](https://github.com/Meteor-Community-Packages/meteor-browser-tests/pull/56)
Expand Down
5 changes: 3 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ Package.describe({
summary:
'A helper package for Meteor test driver packages. Runs client tests in a headless browser.',
git: 'https://github.com/Meteor-Community-Packages/meteor-browser-tests.git',
version: '1.6.0',
version: '1.7.0',
testOnly: true,
});

Package.onUse((api) => {
api.use('[email protected]');
api.versionsFrom(['2.8.0', '3.0'])
api.use('ecmascript');

api.mainModule('server.js', 'server');
api.addAssets(
Expand Down

0 comments on commit c5829b9

Please sign in to comment.