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
This is more of a question: I am wondering how external libraries can be handled? When the module I am testing imports some other external library like so:
import test from 'test';
The Rollup's code output contains that import statement (i.e., code: 'import \'test\';\n'). Hence, agadoo doesn't attest full shakability.
I guess my question is whether this is expected and if agadoo would just have to take this into account when testing for shakability or if something else needs to be adjusted.
The text was updated successfully, but these errors were encountered:
This is more of a question: I am wondering how external libraries can be handled? When the module I am testing imports some other external library like so:
The Rollup's code output contains that import statement (i.e.,
code: 'import \'test\';\n'
). Hence,agadoo
doesn't attest full shakability.I guess my question is whether this is expected and if
agadoo
would just have to take this into account when testing for shakability or if something else needs to be adjusted.The text was updated successfully, but these errors were encountered: