文件名称:shallow-react-16:有关使用`enzyme.shallow`测试Hooks的博客文章的示例代码
文件大小:97KB
文件格式:ZIP
更新时间:2024-05-26 10:42:43
react enzyme shallow JavaScript
浅测试React 16 博客文章的示例代码,其中介绍了如何使用enzyme.shallow测试Contexts和Hooks。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 npm format 运行更漂亮并自动格式化所有代码。 npm build 将产品版本构建到构建目录。 npm deploy 部署构建目录以激增。
【文件预览】:
shallow-react-16-master
----.projections.json(52B)
----public()
--------manifest.json(306B)
--------index.html(2KB)
--------favicon.ico(4KB)
----yarn.lock(322KB)
----src()
--------Authors.test.js(2KB)
--------Authors.js(1KB)
--------index.css(366B)
--------HelloWorld.js(530B)
--------App.js(492B)
--------App.test.js(184B)
--------setupTests.js(123B)
--------App.css(448B)
--------serviceWorker.js(5KB)
--------index.js(452B)
--------Post.js(172B)
--------Author.js(343B)
----.prettierrc.json(23B)
----README.md(916B)
----.gitignore(310B)
----package.json(895B)