Skip to content

Commit

Permalink
Fixed test-script, updated test-repository to meteor 1.7 and allowed …
Browse files Browse the repository at this point in the history
…mocha 2.x or 5.x to be used
  • Loading branch information
SimonSimCity committed Aug 9, 2018
1 parent 54b965e commit 58abd05
Show file tree
Hide file tree
Showing 8 changed files with 1,343 additions and 73 deletions.
2 changes: 1 addition & 1 deletion package/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Package.describe({

Package.onUse(function onUse(api) {
api.use([
'meteortesting:[email protected]',
'meteortesting:[email protected] || 5.2.0',
'[email protected]',
'lmieulet:[email protected] || 2.0.1',
]);
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
echo "Placing root files into dummy_app for testing"
mkdir -p tests/dummy_app/packages/meteor-mocha
rsync -av ./package/ tests/dummy_app/packages/meteor-mocha
cd tests/dummy_app/
meteor npm install
Expand Down
3 changes: 3 additions & 0 deletions tests/dummy_app/.meteor/.finished-upgraders
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ notices-for-facebook-graph-api-2
1.3.0-split-minifiers-package
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package
1.4.3-split-account-service-packages
1.5-add-dynamic-import-package
1.7-split-underscore-from-meteor-base
20 changes: 11 additions & 9 deletions tests/dummy_app/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base@1.0.4 # Packages every Meteor app needs to have
[email protected].4 # Packages for a great mobile UX
mongo@1.1.14 # The database Meteor supports right now
meteor-base@1.4.0 # Packages every Meteor app needs to have
[email protected].5 # Packages for a great mobile UX
mongo@1.5.0 # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Helpful client-side library
tracker@1.1.1 # Meteor's client-side reactive programming library
tracker@1.2.0 # Meteor's client-side reactive programming library

standard-minifier-css@1.3.2 # CSS minifier run for production mode
standard-minifier-js@1.2.1 # JS minifier run for production mode
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code
shell-server@0.2.1 # Server-side component of the `meteor shell` command
standard-minifier-css@1.4.1 # CSS minifier run for production mode
standard-minifier-js@2.3.4 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
shell-server@0.3.1 # Server-side component of the `meteor shell` command

[email protected] # Publish all data to the clients (for prototyping)
[email protected] # Allow all DB writes from clients (for prototyping)
meteortesting:mocha
dynamic-import
underscore
2 changes: 1 addition & 1 deletion tests/dummy_app/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.4.2.7
METEOR@1.7.0.4
128 changes: 67 additions & 61 deletions tests/dummy_app/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,75 +1,81 @@
allow-deny@1.0.5
allow-deny@1.1.0
[email protected]
autoupdate@1.2.11
babel-compiler@6.14.1
babel-runtime@1.0.1
[email protected].10
autoupdate@1.4.1
babel-compiler@7.1.1
babel-runtime@1.2.4
[email protected].11
[email protected]
[email protected].0
[email protected].0
[email protected].2
[email protected].2
[email protected]
boilerplate-generator@1.0.11
[email protected].9
[email protected].0
callback-hook@1.0.10
check@1.2.5
ddp@1.2.5
ddp-client@1.2.9
ddp-common@1.2.8
ddp-server@1.2.10
boilerplate-generator@1.5.0
[email protected].12
[email protected].3
callback-hook@1.1.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.3
ddp-common@1.4.0
ddp-server@2.2.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
http@1.1.8
id-map@1.0.9
http@1.4.1
id-map@1.1.0
[email protected]
[email protected].10
launch-screen@1.0.12
[email protected].11
launch-screen@1.1.1
[email protected]
[email protected]
[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
lmieulet:[email protected]
[email protected]
[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
meteortesting:[email protected]_1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]_1
[email protected]
[email protected]
practicalmeteor:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
url@1.0.11
webapp@1.3.13
url@1.2.0
webapp@1.6.2
[email protected]
Loading

0 comments on commit 58abd05

Please sign in to comment.