-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Tests break after removing the "default" property #430
Comments
If you build the lib, then look at the dist file, what does it appear to be exporting? You may need to adjust the tests to account for what’s exported. |
These are the last lines of the
Without the
In any case, the only generated unit test doesn't seem to be related with the
|
@atd did you manage to resolve this? I am facing the same issue and am lost |
Hi @Nick-Lucas I cannot remember the details but it seems I switched to https://github.com/atd/cartodb.js/blob/master/src/cartodb.js#L114-L116 |
Ahhh gotcha, thanks! I also managed to solve it. I had added User error! |
After following the last FAQ How can I export my library without the "default" property? (installing
babel-plugin-add-module-exports
and changing.babelrc
),gulp test
shows the following error:The text was updated successfully, but these errors were encountered: