diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-26 12:28:19 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-26 12:28:19 +0200 |
| commit | 0d91b96fb3af9c562e0ee17c522cb48e79b19796 (patch) | |
| tree | 022b3cb0e875ac36e98b26579fe785d410a76158 /tests | |
| parent | 07373747c7e709cadbe73dd024a11b8336034f6d (diff) | |
tests: forgot test2.js (used by test_require_js.js)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test2.js | 4 |
1 files changed, 4 insertions, 0 deletions
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'}; +}); |
