mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +01:00
Delete react-native-tor.ts
This commit is contained in:
parent
8891849bed
commit
9183dacb68
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
/* global jest */
|
||||
|
||||
export const startIfNotStarted = jest.fn(async (key, value, callback) => {
|
||||
return 666;
|
||||
});
|
||||
|
||||
export const get = jest.fn();
|
||||
export const post = jest.fn();
|
||||
export const deleteMock = jest.fn();
|
||||
export const stopIfRunning = jest.fn();
|
||||
export const getDaemonStatus = jest.fn();
|
||||
|
||||
const mock = jest.fn().mockImplementation(() => {
|
||||
return { startIfNotStarted, get, post, delete: deleteMock, stopIfRunning, getDaemonStatus };
|
||||
});
|
||||
|
||||
export default mock;
|
Loading…
Add table
Reference in a new issue