diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-30 18:34:46 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-05 13:23:57 +0200 |
| commit | 5a6e7e31d75b2ca6149b6d8311a558b53e707e69 (patch) | |
| tree | 4dd8743908de3211ef826193b3f330d44b04eb0a /src/client-tests/base.js | |
| parent | 0ffc81a2f07205df21b6fe9dcddfbbea4646b824 (diff) | |
client-tests: small change, not working yet (i.e. still broken)
Diffstat (limited to 'src/client-tests/base.js')
| -rw-r--r-- | src/client-tests/base.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client-tests/base.js b/src/client-tests/base.js index 320edccf..318e2696 100644 --- a/src/client-tests/base.js +++ b/src/client-tests/base.js @@ -46,10 +46,11 @@ function run_tests(settings) { settings.created(undefined, window); } debugger - addScript(window, '../src/external/require.js') - .load_next('../src/app.js') + addScript(window, '../client/require.js') + .load_next('../client/app.js') .done(function () { console.log('test harness: starting script loading with requirejs'); + console.dir(window.require); window.require.config(window.rhizi_require_config); window.requirejs(['main'], function(main) { console.log('test harness: main loaded'); |
