mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
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
11 lines
191 B
JavaScript
11 lines
191 B
JavaScript
|
|
var local = require('./local-default-cjs');
|
|
|
|
exports.q = 'q';
|
|
|
|
exports.fromLocal = local;
|
|
|
|
var localDirect = require('./local/index-default-cjs.js');
|
|
|
|
exports.fromLocalDirect = localDirect;
|