cost 99 ms
添加動態列測試用例失敗后

[英]After added dynamic columns test case is failed

我是測試庫的新手。 第一個測試用例失敗,因為我動態添加了無線電或檢查模式。 以前這個測試用例是通過的。 添加額外列后,測試用例失敗。 怎么改才能過關。 如果我把它注釋掉這一行,測試就通過了。 期望(container.firstChild).toMatchSnapshot(); ...

測試時,導致 React state 更新的代碼應包裝到 act(...) 中 - 使用簡單的 react-native 嵌套屏幕/組件和開玩笑 axios

[英]When testing, code that causes React state updates should be wrapped into act(...) - with simple react-native nested screen/components with jest axios

我是單元測試/玩笑的新手,但我知道一些關於本機反應的知識。 我想為我的 HomeScreen 編寫一個測試,其中包含一個發出簡單請求的組件。 代碼運行沒有任何問題,但當我用 Jest 運行它時失敗。 HomeScreen.js HomeScreen.test.js APIExample.js ...

React-Navigation V6 Drawer.Item drawerItemStyle: { display: "none" } 仍然在 react-test-renderer 中渲染 DrawerItem

[英]React-Navigation V6 Drawer.Item drawerItemStyle: { display: "none" } still renders DrawerItem in react-test-renderer

我正在嘗試編寫一個測試,其中 Drawer 項目從不可見變為可見。 我實現可見性開關的方式是將 Drawer 項目上的drawerItemStyle道具從display: "none"切換到display: "flex" 。 這適用於 android 模擬器。 但是,當我使用 react nativ ...


排序:
質量:
 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM