karma-runner / karma-commonjs

A Karma plugin. Test CommonJS modules.
MIT License
73 stars 30 forks source link

feat: add support for the 'main' attribute from package.json #26

Closed pkozlowski-opensource closed 10 years ago

pkozlowski-opensource commented 10 years ago

Here is a set of more radical changes to the plugin in order to support the main attribute from the package.json. This is one of the last changes leading to the more-or-less complete support of node's loading algorithm for modules.

Fixes #16

jamesshore commented 10 years ago

Nice work!

pkozlowski-opensource commented 10 years ago

@jamesshore should I interpret your comment as "LGTM, go ahead and merge it"? :-)

jamesshore commented 10 years ago

@pkozlowski-opensource Yep, please do.