summaryrefslogtreecommitdiff
path: root/src/client-tests/test2.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client-tests/test2.js')
-rw-r--r--src/client-tests/test2.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client-tests/test2.js b/src/client-tests/test2.js
new file mode 100644
index 00000000..0f8db81f
--- /dev/null
+++ b/src/client-tests/test2.js
@@ -0,0 +1,4 @@
+define('test2', function() {
+ console.log('hello from test2 factory');
+ return {'me': 'not you'};
+});