Skip to content

Commit

Permalink
tests: run with Meteor 3.0 beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jan 5, 2024
1 parent d729c28 commit f7fffd2
Show file tree
Hide file tree
Showing 6 changed files with 714 additions and 257 deletions.
11 changes: 9 additions & 2 deletions package/collection2/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Npm.depends({
});

Package.onUse(function (api) {
api.versionsFrom(['1.12.1', '2.3', '3.0-alpha.15']);
api.versionsFrom(['1.12.1', '2.3', '3.0-beta.0']);
api.use('mongo');
api.imply('mongo');
api.use('minimongo');
api.use('ejson');
api.use('raix:eventemitter@1.0.0');
api.use('ecmascript');
api.use('ecmascript@0.16.8-alpha300.11');
api.use('aldeed:simple-schema@1.13.1');

api.addFiles(['./collection2.js']);
Expand All @@ -33,3 +33,10 @@ Package.onUse(function (api) {

api.export('Collection2');
});

Package.onTest(function (api) {
api.use([
'meteortesting:mocha@3.1.0-beta300.0',
'aldeed:collection2@4.0.0-beta.6'
])
});
30 changes: 16 additions & 14 deletions tests/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base@1.5.2-alpha300.19 # Packages every Meteor app needs to have
mongo@2.0.0-alpha300.19 # The database Meteor supports right now
reactive-var@1.0.13-alpha300.19 # Reactive variable for tracker
meteor-base@1.5.2-beta300.0 # Packages every Meteor app needs to have
mongo@2.0.0-beta300.0 # The database Meteor supports right now
reactive-var@1.0.13-beta300.0 # Reactive variable for tracker
jquery # Helpful client-side library
tracker@1.3.3-alpha300.19 # Meteor's client-side reactive programming library
tracker@1.3.3-beta300.0 # Meteor's client-side reactive programming library

standard-minifier-css@1.9.3-alpha300.19 # CSS minifier run for production mode
standard-minifier-js@3.0.0-alpha300.19 # JS minifier run for production mode
es5-shim@4.8.1-alpha300.19 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.16.8-alpha300.19 # Enable ECMAScript2015+ syntax in app code
shell-server@0.6.0-alpha300.19 # Server-side component of the `meteor shell` command
standard-minifier-css@1.9.3-beta300.0 # CSS minifier run for production mode
standard-minifier-js@3.0.0-beta300.0 # JS minifier run for production mode
es5-shim@4.8.1-beta300.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.16.8-beta300.0 # Enable ECMAScript2015+ syntax in app code
shell-server@0.6.0-beta300.0 # Server-side component of the `meteor shell` command

autopublish@1.0.8-alpha300.19 # Publish all data to the clients (for prototyping)
insecure@1.0.8-alpha300.19 # Allow all DB writes from clients (for prototyping)
autopublish@1.0.8-beta300.0 # Publish all data to the clients (for prototyping)
insecure@1.0.8-beta300.0 # Allow all DB writes from clients (for prototyping)

underscore@1.0.14-alpha300.19
dynamic-import@0.7.4-alpha300.19
underscore@1.0.14-beta300.0
dynamic-import@0.7.4-beta300.0

aldeed:simple-schema@1.13.1
aldeed:collection2
aldeed:collection2@4.0.0-beta.6
meteortesting:mocha@3.1.0-beta300.0
meteortesting:mocha-core@8.3.0-beta300.0
2 changes: 1 addition & 1 deletion tests/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@3.0-alpha.19
METEOR@3.0-beta.0
127 changes: 64 additions & 63 deletions tests/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,68 +1,69 @@
aldeed:collection2@4.0.0-beta.6
aldeed:simple-schema@1.13.1
allow-deny@2.0.0-alpha300.19
autopublish@1.0.8-alpha300.19
autoupdate@2.0.0-alpha300.19
babel-compiler@7.11.0-alpha300.19
babel-runtime@1.5.2-alpha300.19
base64@1.0.13-alpha300.19
binary-heap@1.0.12-alpha300.19
boilerplate-generator@2.0.0-alpha300.19
callback-hook@1.6.0-alpha300.19
check@1.3.3-alpha300.19
core-runtime@1.0.0-alpha300.19
ddp@1.4.2-alpha300.19
ddp-client@3.0.0-alpha300.19
ddp-common@1.4.1-alpha300.19
ddp-server@3.0.0-alpha300.19
diff-sequence@1.1.3-alpha300.19
dynamic-import@0.7.4-alpha300.19
ecmascript@0.16.8-alpha300.19
ecmascript-runtime@0.8.2-alpha300.19
ecmascript-runtime-client@0.12.2-alpha300.19
ecmascript-runtime-server@0.11.1-alpha300.19
ejson@1.1.4-alpha300.19
es5-shim@4.8.1-alpha300.19
facts-base@1.0.2-alpha300.19
fetch@0.1.4-alpha300.19
geojson-utils@1.0.12-alpha300.19
hot-code-push@1.0.5-alpha300.19
allow-deny@2.0.0-beta300.0
autopublish@1.0.8-beta300.0
autoupdate@2.0.0-beta300.0
babel-compiler@7.11.0-beta300.0
babel-runtime@1.5.2-beta300.0
base64@1.0.13-beta300.0
binary-heap@1.0.12-beta300.0
boilerplate-generator@2.0.0-beta300.0
callback-hook@1.6.0-beta300.0
check@1.3.3-beta300.0
core-runtime@1.0.0-beta300.0
ddp@1.4.2-beta300.0
ddp-client@3.0.0-beta300.0
ddp-common@1.4.1-beta300.0
ddp-server@3.0.0-beta300.0
diff-sequence@1.1.3-beta300.0
dynamic-import@0.7.4-beta300.0
ecmascript@0.16.8-beta300.0
ecmascript-runtime@0.8.2-beta300.0
ecmascript-runtime-client@0.12.2-beta300.0
ecmascript-runtime-server@0.11.1-beta300.0
ejson@1.1.4-beta300.0
es5-shim@4.8.1-beta300.0
facts-base@1.0.2-beta300.0
fetch@0.1.4-beta300.0
geojson-utils@1.0.12-beta300.0
hot-code-push@1.0.5-beta300.0
http@1.0.1
id-map@1.2.0-alpha300.19
insecure@1.0.8-alpha300.19
inter-process-messaging@0.1.2-alpha300.19
id-map@1.2.0-beta300.0
insecure@1.0.8-beta300.0
inter-process-messaging@0.1.2-beta300.0
jquery@3.0.0
logging@1.3.3-alpha300.19
meteor@2.0.0-alpha300.19
meteor-base@1.5.2-alpha300.19
meteortesting:browser-tests@1.5.3-alpha300.11
meteortesting:mocha@3.0.3-alpha300.11
meteortesting:mocha-core@8.2.2-alpha300.11
minifier-css@2.0.0-alpha300.19
minifier-js@3.0.0-alpha300.19
minimongo@2.0.0-alpha300.19
modern-browsers@0.1.10-alpha300.19
modules@0.19.1-alpha300.19
modules-runtime@0.13.2-alpha300.19
mongo@2.0.0-alpha300.19
mongo-decimal@0.1.4-alpha300.19
mongo-dev-server@1.1.1-alpha300.19
mongo-id@1.0.9-alpha300.19
npm-mongo@4.16.1-alpha300.19
ordered-dict@1.2.0-alpha300.19
promise@1.0.0-alpha300.19
logging@1.3.3-beta300.0
meteor@2.0.0-beta300.0
meteor-base@1.5.2-beta300.0
meteortesting:browser-tests@1.6.0-beta300.0
meteortesting:mocha@2.1.0
meteortesting:mocha-core@8.3.1-beta300.0
minifier-css@2.0.0-beta300.0
minifier-js@3.0.0-beta300.0
minimongo@2.0.0-beta300.0
modern-browsers@0.1.10-beta300.0
modules@0.19.1-beta300.0
modules-runtime@0.13.2-beta300.0
mongo@2.0.0-beta300.0
mongo-decimal@0.1.4-beta300.0
mongo-dev-server@1.1.1-beta300.0
mongo-id@1.0.9-beta300.0
npm-mongo@4.16.1-beta300.0
ordered-dict@1.2.0-beta300.0
promise@1.0.0-beta300.0
raix:eventemitter@1.0.0
random@1.2.2-alpha300.19
react-fast-refresh@0.2.8-alpha300.19
reactive-var@1.0.13-alpha300.19
reload@1.3.2-alpha300.19
retry@1.1.1-alpha300.19
routepolicy@1.1.2-alpha300.19
shell-server@0.6.0-alpha300.19
socket-stream-client@0.5.2-alpha300.19
standard-minifier-css@1.9.3-alpha300.19
standard-minifier-js@3.0.0-alpha300.19
tracker@1.3.3-alpha300.19
underscore@1.0.14-alpha300.19
webapp@2.0.0-alpha300.19
webapp-hashing@1.1.2-alpha300.19
random@1.2.2-beta300.0
react-fast-refresh@0.2.8-beta300.0
reactive-var@1.0.13-beta300.0
reload@1.3.2-beta300.0
retry@1.1.1-beta300.0
routepolicy@1.1.2-beta300.0
shell-server@0.6.0-beta300.0
socket-stream-client@0.5.2-beta300.0
standard-minifier-css@1.9.3-beta300.0
standard-minifier-js@3.0.0-beta300.0
tracker@1.3.3-beta300.0
typescript@4.9.5-beta300.0
underscore@1.0.14-beta300.0
webapp@2.0.0-beta300.0
webapp-hashing@1.1.2-beta300.0
Loading

0 comments on commit f7fffd2

Please sign in to comment.