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

dependencies added for some tests

parent 3507734e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
return define(dependencies, module); return define(dependencies, module);
} }
module(jIO, jio_tests); module(jIO, jio_tests);
}(['jio', 'jio_tests', 'indexstorage'], function (jIO, util) { }(['jio', 'jio_tests', 'localstorage', 'indexstorage'], function (jIO, util) {
"use strict"; "use strict";
function generateTools() { function generateTools() {
......
...@@ -9,11 +9,14 @@ ...@@ -9,11 +9,14 @@
return define(dependencies, module); return define(dependencies, module);
} }
module(jIO, jio_tests, hex_sha256); module(jIO, jio_tests, hex_sha256);
}(['jio', 'jio_tests', 'sha256', 'replicaterevisionstorage'], function ( }([
jIO, 'jio',
util, 'jio_tests',
hex_sha256 'sha256',
) { 'localstorage',
'revisionstorage',
'replicaterevisionstorage'
], function (jIO, util, hex_sha256) {
"use strict"; "use strict";
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
return define(dependencies, module); return define(dependencies, module);
} }
module(jIO, jio_tests, hex_sha256); module(jIO, jio_tests, hex_sha256);
}(['jio', 'jio_tests', 'sha256', 'revisionstorage'], function ( }(['jio', 'jio_tests', 'sha256', 'localstorage', 'revisionstorage'], function (
jIO, jIO,
util, util,
hex_sha256 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