Artem Khodyush 93a4f84662 add tests for package-local alias with default export (cjs one fails)
also, change two tests added earlier to make loader configuration unique for each test -
I did not notice at the time that results of System.config() persist across tests
2015-11-29 08:37:09 -08:00

7 lines
85 B
JavaScript

var local = require('./local-cjs');
exports.q = 'q';
exports.fromLocal = local.x;