jest

    0熱度

    2回答

    說我有以下嵌套一成不變的數據結構: import { Record, List } from 'immutable' const foo = List([ Record({ id: 1, gameState: Record({}) }) ]) 我將如何測試兩個嵌套不變JS數據結構是彼此相等? test.js import je

    1熱度

    1回答

    我有一個簡單的反應組分,我想測試。它通過道具收回回調。 <AnimalSelector onSearchTermChange={Search} /> 它看起來如下: import React, { Component } from 'react'; class SexSelector extends Component { constructor(props){ supe

    0熱度

    1回答

    我有以下時作出反應與debounceTime錯誤成分反應成分 探索在此輸入代碼 class IncrementalSearch extends React.Component { constructor(props) { super(props); this.onSearch$ = new Subject(); this.onChange = thi

    0熱度

    1回答

    我與Jest-Preset-Angular必須從一個單獨的文件中導入主機元素上的動畫組件上運行測試時,有一個問題問題進口觸發測試動畫(所以它可以在另一個組件中重用)。 example.animation.ts import { trigger } from '@angular/animations'; export const ExampleAnimationHost = { '[@examp

    0熱度

    2回答

    我喜歡在終極版應用程序來測試內部連接組件: this.component = TestUtils.renderIntoDocument(<Provider store={store}><Header path={this.path} /></Provider>); 我不知道如何訪問頭中提供的想法。 ..(因爲我無法通過一個調試器中運行CLI中的笑話時停止。 所以,當我試圖讓孩子裏面頭 con

    3熱度

    2回答

    我試圖嘲弄模塊附帶反應母語(沒有第三方模塊),如LayoutAnimation: import * as RN from 'react-native' RN.LayoutAnimation = jest.fn() 但試驗失敗: TypeError: Cannot read property 'decelerationRate' of undefined at Object.<a

    4熱度

    1回答

    我正在使用Jest和Enzyme進行測試。我在測試正常事件時沒有問題,但我正在努力尋找正確的方法來觸發和測試來自本機模塊的組件中的事件。在我的Jest設置我有以下內容: jest.mock('NativeEventEmitter',() => class MockNativeEventEmitter{ addListener =() => jest.fn() removeLis

    5熱度

    4回答

    愛可信我在這個動作反應過來 export function fetchPosts() { const request = axios.get(`${WORDPRESS_URL}`); return { type: FETCH_POSTS, payload: request } } 我如何在這種情況下,考愛可信? Jest有這個用例在那裏他

    4熱度

    1回答

    當試圖加載具有動態導入代碼的vueJs組件時,Jest會引發錯誤。 組件: <script> const Modal =() => import(/* webpackChunkName: "Modal" */ "../pages/common/Modal.vue"); export default { name: "TileEditModal", co

    0熱度

    2回答

    當我嘗試嘲笑我的React組件時,出現錯誤。 ?測試套件無法運行 C:\UBS\Dev\workspace\topcat-ui\node_modules\antd\lib\style\index.css:9 html { ^ SyntaxError: Unexpected token { at ScriptTransformer._transformAndBuildScri