diff options
Diffstat (limited to 'test/test-schema.js')
-rw-r--r-- | test/test-schema.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-schema.js b/test/test-schema.js index f0ebd669..2c48f5f5 100644 --- a/test/test-schema.js +++ b/test/test-schema.js @@ -21,8 +21,8 @@ const {VM} = require('../dev/vm'); const vm = new VM(); vm.execute([ - 'mixed/js/core.js', - 'mixed/js/cache-map.js', + 'js/core.js', + 'js/general/cache-map.js', 'bg/js/json-schema.js' ]); const JsonSchemaValidator = vm.get('JsonSchemaValidator'); |