文件名称:simple-counter:这个项目用于学习ReactJS的基础测试
文件大小:212KB
文件格式:ZIP
更新时间:2024-05-06 22:36:58
testing reactjs JavaScript
具有React测试库和Jest的简单计数器应用程序 可用脚本 在项目目录中,可以运行: yarn / yarn install (一次) 第一次克隆此项目。\,然后使用此命令安装所有软件包项目。 在此之后,您可以运行“纱线启动” yarn start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 yarn test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。
【文件预览】:
simple-counter-master
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----yarn.lock(496KB)
----src()
--------index.css(366B)
--------App.js(915B)
--------reportWebVitals.js(362B)
--------App.test.js(2KB)
--------setupTests.js(241B)
--------App.css(31B)
--------index.js(500B)
----README.md(726B)
----.gitignore(310B)
----package.json(818B)