mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-07 20:53:54 -05:00
Other changes include: - add mocks for failing tests Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
import {NativeModules} from 'react-native';
|
|
|
|
NativeModules.VersionModule = {
|
|
getVersion: jest.fn()
|
|
};
|
|
// NativeModules.VersionModule.getVersion
|