Skip to content

Commit ff818df

Browse files
committed
chore: lint
1 parent 634c5b6 commit ff818df

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/core/Encryptor/Encryptor.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { NativeModules } from 'react-native';
22
import { Encryptor } from './Encryptor';
3-
import {
4-
ENCRYPTION_LIBRARY,
5-
LEGACY_DERIVATION_OPTIONS,
6-
} from './constants';
3+
import { ENCRYPTION_LIBRARY, LEGACY_DERIVATION_OPTIONS } from './constants';
74

85
const Aes = NativeModules.Aes;
96
const AesForked = NativeModules.AesForked;

app/core/Encryptor/lib.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import { getEncryptionLibrary, AesLib, AesForkedLib } from './lib';
2-
import { ENCRYPTION_LIBRARY, LEGACY_DERIVATION_OPTIONS, DERIVATION_OPTIONS_MINIMUM_OWASP2023 } from './constants';
2+
import {
3+
ENCRYPTION_LIBRARY,
4+
LEGACY_DERIVATION_OPTIONS,
5+
DERIVATION_OPTIONS_MINIMUM_OWASP2023,
6+
} from './constants';
37

48
const mockPassword = 'mockPassword';
59
const mockSalt = '00112233445566778899001122334455';

0 commit comments

Comments
 (0)