jestjs

    1熱度

    3回答

    我是單元測試和TDD方法的新手,所以請你幫助我。 function calculate(a, b) { var sum = a + b; var sub = a - b; return { sum: sum, sub: sub }; }

    1熱度

    3回答

    我是React和測試的新手,因此原諒了這個問題的天真性。我有一個React表單組件,其輸入上的onChance運行功能handleChange。試圖用Jest來測試它,但不能使它工作。 這裏的登錄組件: class Login extends React.Component { constructor() { super(); this.state = {usern

    0熱度

    1回答

    我試圖在這個jest tutorial的react-native中開始單元測試。但是當我運行npm test我得到的錯誤Cannot find module 'react/lib/ReactCurrentOwner' from 'ReactFiberTreeReflection.js' 我的分量是最簡單越好 // /SimpleComp.js import React, { Component

    0熱度

    1回答

    我有一個反應容器: export const SomeContainer = ({disabled, onClick}) => { let someElement = <img src="/path"> return ( <CustomButton className="my-class" icon={someElement} onClick={onClick} dis

    1熱度

    1回答

    我有koa服務器連接mongo並使用supertest模擬服務器併發送請求,將其作爲測試框架。 const app = new Koa() ... export default app.listen(PORT, (err) => { if (err) console.log(err) if (!IS_TEST) { console.log(`Server run

    0熱度

    2回答

    ReactJS執行路由器組件我們使用ReactJS導航到應用程序的不同頁面陣營路由器圖書館錯誤信息,但在執行通過玩笑和酶 的單元測試用例得到以下異常: Failed context type: The context `router` is marked as required in `Switch`, but its value is `undefined`. Failed context

    0熱度

    1回答

    試圖單元測試與酶淺一Redux的形式FormSection成分,並獲得以下錯誤 Error: FormSection must be inside a component decorated with reduxForm() 什麼是避免這種錯誤的最佳選擇?

    0熱度

    2回答

    新的測試,所以不是我敢肯定如何處理這個。我的組件中有一個bool prop,它決定了元素的className。布爾被設定的形式是否是有效或不顯示的div包含錯誤消息 <div> <div className={!this.props.isValid ? 'login__error error' : 'hidden'}> ... </div> </div> 如何

    1熱度

    1回答

    錯誤: 3:5 error 'global' is not defined no-undef 我目前ESLint配置: module.exports = { parser: "babel-eslint", env: { browser: true, es6: true, "jest/globals": true, jest: true

    0熱度

    1回答

    我正在用Jest和酶測試嵌套的Redux容器。 如果孩子嵌套組件類被稱爲MyComponent的,我淺使其與酶,它們顯示了一個快照: <Connect(MyComponent) myProp='someValue' /> 有沒有辦法找到這些容器用酵素?以下失敗: expect(wrapper.find(MyComponent)).toHaveLength(1); expect(wrapper