diff options
Diffstat (limited to 'test/test-options-util.js')
-rw-r--r-- | test/test-options-util.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index e4bc4e94..3e3f93bc 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -47,8 +47,8 @@ function createVM(extDir) { const vm = new VM({chrome, fetch}); vm.execute([ - 'mixed/js/core.js', - 'mixed/js/cache-map.js', + 'js/core.js', + 'js/general/cache-map.js', 'bg/js/json-schema.js', 'bg/js/template-patcher.js', 'bg/js/options.js' |