We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7549d commit 4149aacCopy full SHA for 4149aac
src/@ionic-native-mocks/plugins/intel-security/index.ts
@@ -30,12 +30,12 @@ export class IntelSecurityMock extends IntelSecurity {
30
* returns an IntelSecurityStorage object
31
* @type {IntelSecurityStorage}
32
*/
33
- storage: IntelSecurityStorageMock;
+ storage: IntelSecurityStorageMock = new IntelSecurityStorageMock();
34
/**
35
* Returns an IntelSecurityData object
36
* @type {IntelSecurityData}
37
38
- data: IntelSecurityDataMock;
+ data: IntelSecurityDataMock = new IntelSecurityDataMock();
39
}
40
41
* @hidden
0 commit comments