TurkServer / turkserver-meteor

Web-based, real-time behavioral studies and experiments using Meteor
http://turkserver.readthedocs.io
MIT License
90 stars 23 forks source link

Fix tests for Meteor 1.4 #90

Closed mizzao closed 4 years ago

mizzao commented 8 years ago

This allows the package to load correctly and run on Meteor 1.4 (including after some changes made with @ElliotSalisbury).

However, it's not clear that it's backwards compatible with older versions of Meteor, so we'll either need to test before merging or failing that, just support newer versions.

aramk commented 8 years ago

@mizzao I see you're also getting the annoying ALLOW_MEMORY_GROWTH error I've seen rear its ugly head repeatedly with Meteor 1.4. There's an issue at https://github.com/meteor/meteor/issues/7533 but so far it's a bit elusive.

mizzao commented 4 years ago

This can be closed once #99 is merged.