From 0d91b96fb3af9c562e0ee17c522cb48e79b19796 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 26 Oct 2014 12:28:19 +0200 Subject: tests: forgot test2.js (used by test_require_js.js) --- tests/test2.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test2.js (limited to 'tests') diff --git a/tests/test2.js b/tests/test2.js new file mode 100644 index 00000000..0f8db81f --- /dev/null +++ b/tests/test2.js @@ -0,0 +1,4 @@ +define('test2', function() { + console.log('hello from test2 factory'); + return {'me': 'not you'}; +}); -- cgit v1.3.1