文件名称:react-native-testing:这就是您应该使用Jest和React Native Testing Library测试您的react-native组件的方式
文件大小:330KB
文件格式:ZIP
更新时间:2024-04-09 11:46:54
TypeScript
这是应该测试的方式 :test_tube:您的本机 :atom_symbol: 和 :clapping_hands:受到研讨会的启发,。有关更多信息,请检查 在此仓库中,您将找到几个示例,其中涉及: :backhand_index_pointing_up:。 :mobile_phone_with_arrow: 。 :fishing_pole: 。 :satellite_antenna: 。 :compass: 。 ( ) :END_arrow:。 :inbox_tray:。 :video_camera: 。 :performing_arts: 。 :receipt: 。 :satellite_antenna: 。
【文件预览】:
react-native-testing-master
----metro.config.js(300B)
----.gitattributes(16B)
----jest.setup.js(2KB)
----yarn.lock(373KB)
----.eslintrc.js(148B)
----src()
--------utils()
--------types.ts(473B)
--------components()
--------test()
--------hooks()
----babel.config.js(77B)
----ios()
--------testingrnappsTests()
--------testingrnapps()
--------testingrnapps-tvOSTests()
--------Podfile.lock(18KB)
--------Podfile(789B)
--------testingrnapps-tvOS()
--------testingrnapps.xcodeproj()
--------testingrnapps.xcworkspace()
----android()
--------gradlew(6KB)
--------settings.gradle(197B)
--------gradle()
--------gradlew.bat(3KB)
--------gradle.properties(1KB)
--------app()
--------build.gradle(1003B)
----tsconfig.json(5KB)
----jest.config.js(481B)
----__tests__()
--------Video.test.tsx(2KB)
--------Home.test.tsx(709B)
--------Counter.test.tsx(685B)
--------FlatList.test.tsx(1KB)
--------EasyButton.test.tsx(995B)
--------CounterUsesCustomHook.test.tsx(2KB)
--------ListWithFetch.test.tsx(2KB)
--------Login.test.tsx(882B)
--------LoginSubmission.test.tsx(2KB)
--------Modal.test.tsx(1KB)
----.prettierrc(363B)
----__mocks__()
--------react-native-gesture-handler.ts(707B)
----README.md(2KB)
----.buckconfig(114B)
----app.json(63B)
----assetsTransformer.js(182B)
----.gitignore(875B)
----index.js(213B)
----.watchmanconfig(2B)
----typings.d.ts(546B)
----package.json(2KB)