jest

    1熱度

    1回答

    測試功能,我有一個基本的功能: 組件/ FirstComponent: sayMyName = (fruit) => { alert("Hello, I'm " + fruit); return fruit; } 當我試着用玩笑來測試它裏面FirstComponent.test.js: import FirstComponent from '../components/F

    0熱度

    1回答

    我試圖將this tutorial 應用於測試以下React組件。 MainLoggedInPage.js import React, { Component } from 'react'; import { Jumbotron, Button } from 'react-bootstrap'; import axios from 'axios'; var cookie = require(

    0熱度

    1回答

    我正在寫一些單元測試反應使用笑話,它在一個點上失敗。我想調試單元測試,我嘗試以下 https://facebook.github.io/jest/docs/troubleshooting.html 但是在第一次運行本身 node --debug-brk ./node_modules/.bin/jest --runInBand 我收到以下錯誤 node_modules\.bin\jest:2

    0熱度

    1回答

    我有以下簡稱反應成分 render() { return ( <div className={styles.srchBoxContaner}> <input className={styles.incSrchTextBox} type="text" name="search" placeholder="Search.."

    -1熱度

    2回答

    狀況匹配的文件名:我用開玩笑的測試框架及其toMatchSnapshot功能及其toMatchSnapshot功能將創建與.snap 測試文件結尾的文件 生成者toMatchSnapshot功能 Loader.unit.spec.js 測試文件 Loader.unit.spec.js.snap 我的問題是,我怎麼能包括包含「單位」但不包括與結尾的任何文件中的任何文件「啪」

    0熱度

    1回答

    背景 我寫我們正在寫一個陣營機應用程序的一些笑話測試。在一個組件,我收到一個錯誤, User is not defined. 所以我在組件console.log(user),並得到了輸出。然後創建了user的模擬。 用戶 module.exports = { id: 'ABCDERD', name: 'Boss Ninja', language: 'en', };

    0熱度

    1回答

    我試圖用玩笑使用打字稿預處理器來運行測試和我收到以下錯誤 var component = react_test_renderer_1["default"].create(<jumbotron_1["default"] />); ^ SyntaxError: Unexpected token < 以下是tsconfig.json https://gi

    0熱度

    1回答

    我在我的Typescript應用程序中使用了已編譯的ES6庫。測試失敗,錯誤 TypeError: Cannot read property 'PropTypes' of undefined 則抱怨該模塊導入react爲 import React from 'react'; 如果我改變了對 import * as React from 'react'; 然後它會編譯並運行良好。這是我pac

    0熱度

    1回答

    我是新玩笑和單元測試,我想知道使用Jest可以覆蓋哪種類型的場景。 我有我開始之前的一些具體問題: 我應該在被覆蓋的單元測試的反應程序? 我是否需要任何其他庫與Jest斷言,嘲笑等?我讀了關於柴,西恩等等。不知道他們爲什麼被使用,以及他們是否需要Jest。 酶的用途是什麼?這是與Jest必須使用嗎? 我是否需要像Karma這樣的Jest任務管理員?或者Jest有一個內置的?我如何設置它。

    1熱度

    1回答

    我很難讓我的測試套件設置。我有一個React + Redux + Webpack項目,並試圖添加Jest。我可以運行測試,但是我無法將import任何東西插入到我的測試文件中。例如,試圖導入我的終極版動作的時候,我得到以下錯誤: /Users/nicholashaley/Desktop/Work/Ada/app/test/test.js:1 ({"Object.<anonymous>":funct