Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Unit Testing Update
Browse files Browse the repository at this point in the history
 * Got client unit tests running
 * Upgraded to Meteor 1.8.1
 * Added a custom version of meteortesting:mocha package - the only way to get it to use meteortesting:mocha-core@6.1.2, meteortesting:browser-tests@1.2.0, and lmieulet:meteor-coverage@3.2.0
 * Updated some client unit tests to get them to pass
 * Made experimental change to mutators.test.js - client tests would not run when the Foo2s collection is initialized inside before()
  • Loading branch information
ErikDakoda committed Jul 2, 2019
1 parent ec96f35 commit 2357d82
Show file tree
Hide file tree
Showing 19 changed files with 2,436 additions and 491 deletions.
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.8
METEOR@1.8.1
51 changes: 25 additions & 26 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,70 @@ accounts-base@1.4.3
accounts-password@1.5.1
allow-deny@1.1.0
apollo@3.0.1
autoupdate@1.5.0
babel-compiler@7.2.1
autoupdate@1.6.0
babel-compiler@7.3.4
babel-runtime@1.3.0
base64@1.0.11
binary-heap@1.0.11
blaze-tools@1.0.10
boilerplate-generator@1.6.0
buffer@0.0.0
caching-compiler@1.2.0
caching-compiler@1.2.1
caching-html-compiler@1.1.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-rate-limiter@1.0.7
ddp-server@2.2.0
ddp-server@2.3.0
deps@1.0.12
diff-sequence@1.1.0
dynamic-import@0.5.0
ecmascript@0.12.1
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.12.4
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ejson@1.1.0
email@1.2.3
es5-shim@4.8.0
fetch@0.1.0
fetch@0.1.1
fourseven:scss@4.10.0
geojson-utils@1.0.10
hot-code-push@1.0.4
html-tools@1.0.11
htmljs@1.0.11
http@1.4.1
http@1.4.2
id-map@1.1.0
inter-process-messaging@0.1.0
littledata:synced-cron@1.5.0
lmieulet:meteor-coverage@2.0.2
lmieulet:meteor-coverage@3.2.0
localstorage@1.2.0
logging@1.1.20
meteor@1.9.2
meteor@1.9.3
meteorhacks:inject-initial@1.0.4
meteorhacks:picker@1.0.3
meteortesting:browser-tests@1.1.0
meteortesting:mocha@1.0.1
meteortesting:mocha-core@1.0.1
minifier-css@1.4.0
minifier-js@2.4.0
meteortesting:browser-tests@1.2.0
meteortesting:mocha@1.1.3
meteortesting:mocha-core@6.1.2
minifier-css@1.4.2
minifier-js@2.4.1
minimongo@1.4.5
modern-browsers@0.1.2
modern-browsers@0.1.4
modules@0.13.0
modules-runtime@0.10.3
mongo@1.6.0
mongo-decimal@0.1.0
mongo@1.6.2
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-bcrypt@0.9.3
npm-mongo@3.1.1
npm-mongo@3.1.2
ordered-dict@1.1.0
promise@0.11.1
promise@0.11.2
random@1.1.0
rate-limit@1.0.9
reactive-var@1.0.11
reload@1.2.0
reload@1.3.0
retry@1.1.0
routepolicy@1.1.0
server-render@0.3.1
Expand All @@ -75,8 +75,8 @@ shell-server@0.4.0
socket-stream-client@0.2.2
spacebars-compiler@1.1.3
srp@1.0.12
standard-minifier-css@1.5.1
standard-minifier-js@2.4.0
standard-minifier-css@1.5.3
standard-minifier-js@2.4.1
static-html@1.2.2
templating-tools@1.1.2
tracker@1.2.0
Expand All @@ -88,7 +88,6 @@ vulcan:email@1.13.0
vulcan:i18n@1.13.0
vulcan:i18n-en-us@1.13.0
vulcan:lib@1.13.0
vulcan:routing@1.13.0
vulcan:users@1.13.0
webapp@1.7.0
webapp@1.7.3
webapp-hashing@1.0.9
Loading

0 comments on commit 2357d82

Please sign in to comment.