Remove unused jest mock

This commit is contained in:
Tankred Hase 2020-05-06 10:57:23 +08:00
parent bdbfd3c4db
commit 399c381de1
No known key found for this signature in database
GPG key ID: 8A9F1C42BFB264F6

View file

@ -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(),