summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/amd-cjs-module.js
blob: 1ac2c3e1ae953173648004253687ad30943b7a8f (plain)
1
2
3
4
define(function(require, exports) {
  var p = require('./amd-dep.js');
  exports.test = 'hi';
});