xolvio / qualityfaster

An example project showing how to create robust and maintainable acceptance tests
262 stars 58 forks source link

nested imports #67

Open orangecms opened 7 years ago

orangecms commented 7 years ago

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.

samhatoum commented 7 years ago

I'm not too clear on what you mean. Can you show an example please?

orangecms commented 7 years ago

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. :)