小编Hra*_*mar的帖子

如何使用 Jest React Native 通过测试库/react-native 模拟 RNEncryptedStorage

我正在使用测试库/反应本机进行测试,但问题是

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)

jestjs react-native

1
推荐指数
1
解决办法
1938
查看次数

标签 统计

jestjs ×1

react-native ×1