文件名称:jotto:使用带有Jest和酶的TDD的React App的示例
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-18 04:59:50
JavaScript
乔托 是一个使用TDD,使用Jest和Enzyme进行单元测试的小型项目。 此应用程序测试组件,动作,缩减器,道具,状态等。 安装方式 在控制台中写入: npm install创建package-lock.json文件。 在控制台中写入: yarn install以创建yarn.lock文件。 如果npm test抛出错误: 删除yarn.lock,package-lock.json和node_modules文件夹。 使用以下命令安装模块: npm install y yarn install 。 使用以下命令运行测试: yarn test --watchAll --watch is not supported without git/hg, please use --watchAll 要求 创建React应用1.5.2 节点9.10.0 npm 6.2.0 React
【文件预览】:
jotto-master
----.gitignore(314B)
----package.json(687B)
----src()
--------words()
--------components()
--------index.js(392B)
--------helpers()
--------logo.svg(3KB)
--------App.js(851B)
--------reducers()
--------registerServiceWorker.js(4KB)
--------App.css(40B)
--------configureStore.js(308B)
--------actions()
--------index.css(64B)
--------App.test.js(2KB)
--------integration.test.js(3KB)
----public()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(317B)
----README.md(977B)
----test()
--------testUtils.js(1KB)