diff options
Diffstat (limited to 'test/test-database.js')
-rw-r--r-- | test/test-database.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-database.js b/test/test-database.js index 03b2bd3b..5291c138 100644 --- a/test/test-database.js +++ b/test/test-database.js @@ -109,9 +109,9 @@ const vm = new VM({ vm.context.window = vm.context; vm.execute([ + 'mixed/js/core.js', 'bg/js/json-schema.js', 'bg/js/dictionary.js', - 'mixed/js/core.js', 'bg/js/media-utility.js', 'bg/js/request.js', 'bg/js/dictionary-importer.js', |