mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
Remove unused jest mock
This commit is contained in:
parent
bdbfd3c4db
commit
399c381de1
1 changed files with 0 additions and 9 deletions
|
@ -1,12 +1,3 @@
|
|||
import crypto from 'crypto';
|
||||
import { promisify } from 'util';
|
||||
|
||||
jest.mock('../random', () => {
|
||||
return {
|
||||
randomBytes: jest.fn(size => promisify(crypto.randomBytes)(size)),
|
||||
};
|
||||
});
|
||||
|
||||
jest.mock('react-native-watch-connectivity', () => {
|
||||
return {
|
||||
getIsWatchAppInstalled: jest.fn(),
|
||||
|
|
Loading…
Add table
Reference in a new issue