You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
Updated a project to 1.5.0 and started receiving the below error when running meteor test.
I have isolated this to a problem with updating to Meteor 1.5.x (1.5.1 too) by aligning all the packages listed in .meteor/packages with the package versions before upgrading.
Error
W20170724-13:11:49.212(-7)? (STDERR) /Users/sjcfmett/.meteor/packages/meteor-tool/.1.5.1.gda7tv++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280
W20170724-13:11:49.247(-7)? (STDERR) throw(ex);
W20170724-13:11:49.247(-7)? (STDERR) ^
W20170724-13:11:49.248(-7)? (STDERR)
W20170724-13:11:49.248(-7)? (STDERR) TypeError: module1.exportDefault is not a function
W20170724-13:11:49.248(-7)? (STDERR) at meteorInstall.node_modules.meteor.practicalmeteor:mocha.meteor.src.setup.setupMochaClient.js (packages/practicalmeteor:mocha/meteor/src/setup/setupMochaClient.js:1:9)
W20170724-13:11:49.249(-7)? (STDERR) at fileEvaluate (packages/modules-runtime.js:333:9)
W20170724-13:11:49.249(-7)? (STDERR) at require (packages/modules-runtime.js:228:16)
W20170724-13:11:49.251(-7)? (STDERR) at meteorInstall.node_modules.meteor.practicalmeteor:mocha.meteor.src.setup.index.js (packages/practicalmeteor:mocha/meteor/src/setup/index.js:1:150)
W20170724-13:11:49.252(-7)? (STDERR) at fileEvaluate (packages/modules-runtime.js:333:9)
W20170724-13:11:49.252(-7)? (STDERR) at require (packages/modules-runtime.js:228:16)
W20170724-13:11:49.252(-7)? (STDERR) at meteorInstall.node_modules.meteor.practicalmeteor:mocha.meteor.src.index.js (packages/practicalmeteor:mocha/meteor/src/index.js:1:431)
W20170724-13:11:49.253(-7)? (STDERR) at fileEvaluate (packages/modules-runtime.js:333:9)
W20170724-13:11:49.253(-7)? (STDERR) at require (packages/modules-runtime.js:228:16)
W20170724-13:11:49.253(-7)? (STDERR) at /private/var/folders/wz/73gq7k591wjbmk5zjf_1h5bnlwwdyw/T/meteor-test-run9yq19b/.meteor/local/build/programs/server/packages/practicalmeteor_mocha.js:8141:15
=> Exited with code: 1
Updated a project to 1.5.0 and started receiving the below error when running meteor test.
I have isolated this to a problem with updating to Meteor 1.5.x (1.5.1 too) by aligning all the packages listed in
.meteor/packages
with the package versions before upgrading.Error
Working Package 1.4.4.2
Broken Package 1.5.0
Asked on Stack Overflow: https://stackoverflow.com/questions/45293117/mocha-testing-broken-after-upgrade-to-meteor-1-5-x
The text was updated successfully, but these errors were encountered: