Commit 0b826da3 authored by Tristan Cavelier's avatar Tristan Cavelier

dependencies added for some tests

parent 3507734e
......@@ -8,7 +8,7 @@
return define(dependencies, module);
}
module(jIO, jio_tests);
}(['jio', 'jio_tests', 'indexstorage'], function (jIO, util) {
}(['jio', 'jio_tests', 'localstorage', 'indexstorage'], function (jIO, util) {
"use strict";
function generateTools() {
......
......@@ -9,11 +9,14 @@
return define(dependencies, module);
}
module(jIO, jio_tests, hex_sha256);
}(['jio', 'jio_tests', 'sha256', 'replicaterevisionstorage'], function (
jIO,
util,
hex_sha256
) {
}([
'jio',
'jio_tests',
'sha256',
'localstorage',
'revisionstorage',
'replicaterevisionstorage'
], function (jIO, util, hex_sha256) {
"use strict";
//////////////////////////////////////////////////////////////////////////////
......
......@@ -9,7 +9,7 @@
return define(dependencies, module);
}
module(jIO, jio_tests, hex_sha256);
}(['jio', 'jio_tests', 'sha256', 'revisionstorage'], function (
}(['jio', 'jio_tests', 'sha256', 'localstorage', 'revisionstorage'], function (
jIO,
util,
hex_sha256
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment