Open lucaoliano opened 8 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed, please reply here (e.g. I signed it!
) and we'll verify. Thanks.
I signed it!
CLAs look good, thanks!
I added a fallback in module resolution, giving the possibility to add an alias for a module. In the karma.conf.js, aliases can be specified like below:
In this way
require('module_a')
is resolved to'../node_modules/common_module_a/lib/common_module.js'
This resolves the issue #52