Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nested imports #67

Open
orangecms opened this issue Sep 27, 2016 · 2 comments
Open

nested imports #67

orangecms opened this issue Sep 27, 2016 · 2 comments

Comments

@orangecms
Copy link

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
Copy link
Member

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

@orangecms
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants