我正在使用测试库/反应本机进行测试,但问题是
RNEncryptedStorage is undefined
at Object.<anonymous> (node_modules/react-native-encrypted-storage/lib/commonjs/EncryptedStorage.ts:7:9)
at Object.<anonymous> (node_modules/react-native-encrypted-storage/lib/commonjs/index.ts:1:1)
Run Code Online (Sandbox Code Playgroud)
代码 :-
test('Videos should render OK', async () => {
const {getByText, getByTestId, getAllByTestId, queryByText} = render(
<Videos />,
);
Run Code Online (Sandbox Code Playgroud)