aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/amd-cjs-module.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/amd-cjs-module.js')
-rw-r--r--thirdparty/systemjs/test/tests/amd-cjs-module.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/amd-cjs-module.js b/thirdparty/systemjs/test/tests/amd-cjs-module.js
new file mode 100644
index 000000000..1ac2c3e1a
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/amd-cjs-module.js
@@ -0,0 +1,4 @@
+define(function(require, exports) {
+ var p = require('./amd-dep.js');
+ exports.test = 'hi';
+}); \ No newline at end of file