An open API service indexing awesome lists of open source software.

https://github.com/queeniecplusplus/react_test

using Jest instead of Jasmine
https://github.com/queeniecplusplus/react_test

es5-javascript jest-tests react

Last synced: about 1 year ago
JSON representation

using Jest instead of Jasmine

Awesome Lists containing this project

README

          

# React_test
using Jest instead of Jasmine

React app using Jest pkg to do Jasmine-alike test runner.

mocked DOM API, a short feedback loop 快速回饋迴圈

// npm install
✗ npm install jest-cli --save-dev

// synctax: assertion
expect(value).toBe(otherValue)

// return CommonJS module
var A = require("a");