jest

    1熱度

    2回答

    我有使用Jest with Enzyme進行打字稿測試。測試工作完美,但是當我添加一個組件,它給了我一個Unterminated regular expression錯誤 import {} from 'jasmine'; import {shallow} from 'enzyme'; import {Show, Hide} from '../components/show_hide';

    0熱度

    1回答

    使用JestClient特定的Fileds我已經存儲在 {"Book_Id" : "102" ,"Book_Name" : "Alice in wonderLand", "Review_Text" :"DescentRead","Rating_Percentage" :"100" }' {"Book_Id" : "102" ,"Book_Name" : "Alice in wonderLand"

    1熱度

    1回答

    在使用ts-jest運行我的測試時出現「意外令牌」錯誤。 我已經成立了一個最小的回購與我的當前設置的位置: https://github.com/ramoneguru/ts-jest-setup 的preprocessor.js是罰款和工作。然而,我回購中的Loading組件似乎是問題所在。我的設置是否正常?我在某處錯過了一個明顯的配置嗎?

    0熱度

    1回答

    我在陣營 - 終極版 export class IncrementalSearch extends React.Component { constructor(props) { super(props); this.onSearch$ = new Subject(); this.onChange = this.onChange.bind(this); } c

    1熱度

    1回答

    我有一個任務來測試React組件,它依賴於BrowserRouter組件,它位於上層的某處。據我所知BrowserRouter傳遞路由對象到任何孩子,孫子等道具 組件: import React, { Component } from 'react'; import Program from './Program'; export default class Programs extends

    1熱度

    1回答

    我有一個簡單的淺度測試。 import React from 'react'; import { shallow } from 'enzyme'; import Layout from '../containers/' it('renders without crashing',() => { shallow(<Layout />); }); 在添加firebase.sto

    4熱度

    1回答

    有沒有辦法用[email protected]來測試匿名函數的相等性? 我試圖通過類似的測試: const foo = i => j => {return i*j} const bar =() => {baz:foo(2), boz:1} describe('Test anonymous function equality',()=>{ it('+++ foo',() => {

    2熱度

    1回答

    我有一個含模態對話框的React組件(使用reactstrap構建,但其他人已報告與react-bootstrap和其他類型的模塊組件相似的問題)。酶無法找到模態內的任何組件,即使它們在實際應用程序中呈現良好。小例子: import React from 'react' import { Modal } from 'reactstrap' export default class MyMod

    0熱度

    1回答

    好了,所以我已經得到了很遠的創建做出反應組件的ChartJS,但測試時我得到以下錯誤: FAIL lib\chart\chart.test.tsx ● renders without crashing TypeError: Cannot read property 'length' of null at Object.acquireContext (node_m

    1熱度

    1回答

    創建使用 (https://github.com/Microsoft/TypeScript-React-Starter) NPM安裝-g創建反應的應用程序內 CREATE-反應-App我-app的應用程序中使用的打字稿應用程序 - 腳本版本=反應的腳本-TS 我已經通過了一些文章了,似乎在圈子裏被繞來繞去,但還沒有找到我怎麼能調試默認app.test.tsx 節點在版本7.9.0 0上其他一切應該