diff options
Diffstat (limited to 'test/test-options-util.js')
-rw-r--r-- | test/test-options-util.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 3e3f93bc..20b1f3f4 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -49,9 +49,9 @@ function createVM(extDir) { vm.execute([ 'js/core.js', 'js/general/cache-map.js', - 'bg/js/json-schema.js', - 'bg/js/template-patcher.js', - 'bg/js/options.js' + 'js/data/json-schema.js', + 'js/templates/template-patcher.js', + 'js/data/options-util.js' ]); return vm; |