react-navigation / react-navigation/react-navigation.github.io

More examples and documentation for Testing with Jest

未關閉
#1,152 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

主要語言
JavaScript
星號
324
分支
2k
PR 合併指標
30 天內沒有已合併 PR

描述

Couldn't find a route object. Is your component inside a screen in a navigator?

      15 |   const {
      16 |     params: {title},
    > 17 |   } = useRoute<RouteProp<RootStackParamList, typeof SMART_CONTRACT_DETAILS>>();
         |       ^
      18 |
      19 |   const {errors, handleBlur, handleChange, handleSubmit, touched, values} =
      20 |     useForm(submit);

This error doesn't help me solve anything. i have added the navigator like it has suggested.

describe('<SmartContractDetails />', () => {
  it('should render as expected', () => {
   render(
      <NavigationContainer>
        <SmartContractDetails />
      </NavigationContainer>,
    );
  });
});

Please can you add some actual examples of how to test features. like passing params and using the navigator.

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

先在文件網站中找到現有的 Jest/testing 文件和導覽範例。新增實用範例,示範如何渲染已導覽至的元件、傳遞路由參數以及使用 navigator,然後確認這些範例能處理回報的缺少路由錯誤。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
javascript, react, react-native
領域
documentation, mobile-dev, testing
Issue 類型
文件
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。