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
Currently, I cannot run tests that involve shared methods (i.e., present in server and client) that have nested imports (i.e. if (Meteor.isServer) { import foo from 'bar'; }. I need this for the test setup though. Is this going to be resolved or should I refactor the code instead?
I am using Chimp 0.41.1.
The text was updated successfully, but these errors were encountered:
Sure, I'll create a small project with a full minimum example.
I am writing examples for talks I'm presenting anyway, so it won't be too much of a burden. :)
Currently, I cannot run tests that involve shared methods (i.e., present in server and client) that have nested imports (i.e.
if (Meteor.isServer) { import foo from 'bar'; }
. I need this for the test setup though. Is this going to be resolved or should I refactor the code instead?I am using Chimp 0.41.1.
The text was updated successfully, but these errors were encountered: