karma-runner / karma-commonjs

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

Support more of the node.js module loading algorithm #21

Closed pkozlowski-opensource closed 10 years ago

pkozlowski-opensource commented 10 years ago

This is a top-level bug to track progress to better support of node's loading algorithm: http://nodejs.org/api/modules.html#modules_all_together

We won't be able to support core modules but other than this we can capture pretty much the whole algorithm.

The exact task to tackle are: