|
@@ -8,14 +8,6 @@ describe('TrustedKeyStoreService', function() {
|
|
|
beforeAll(() => window.onbeforeunload = () => null);
|
|
|
|
|
|
beforeEach(function() {
|
|
|
-
|
|
|
- module(($provide) => {
|
|
|
- $provide.constant('PROTOCOL_VERSION', 1337);
|
|
|
- $provide.constant('CONFIG', {
|
|
|
- 'SELF_HOSTED': false,
|
|
|
- });
|
|
|
- });
|
|
|
-
|
|
|
module('3ema.services');
|
|
|
|
|
|
// Inject the service
|
|
@@ -24,7 +16,6 @@ describe('TrustedKeyStoreService', function() {
|
|
|
foo = $service;
|
|
|
$service.STORAGE_KEY = STORAGE_KEY;
|
|
|
});
|
|
|
-
|
|
|
});
|
|
|
|
|
|
it('localstorage is not blocked', () => {
|