diff options
Diffstat (limited to 'services/sync/tests/unit/test_load_modules.js')
-rw-r--r-- | services/sync/tests/unit/test_load_modules.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/services/sync/tests/unit/test_load_modules.js b/services/sync/tests/unit/test_load_modules.js index 516948468..4f561bae6 100644 --- a/services/sync/tests/unit/test_load_modules.js +++ b/services/sync/tests/unit/test_load_modules.js @@ -4,6 +4,7 @@ const modules = [ "addonutils.js", "addonsreconciler.js", + "browserid_identity.js", "constants.js", "engines/addons.js", "engines/bookmarks.js", @@ -25,6 +26,7 @@ const modules = [ "rest.js", "service.js", "stages/cluster.js", + "stages/declined.js", "stages/enginesync.js", "status.js", "userapi.js", @@ -35,6 +37,7 @@ const testingModules = [ "fakeservices.js", "rotaryengine.js", "utils.js", + "fxa_utils.js", ]; function run_test() { @@ -50,4 +53,3 @@ function run_test() { Cu.import(res, {}); } } - |