文件名称:rn-tape:类似于airtap,但支持react-nativeexpo
文件大小:313KB
文件格式:ZIP
更新时间:2024-03-09 21:28:34
JavaScript
磁带 像airtap一样,但是支持react-native / expo 用法 rn-tape是一个node-js命令行工具,您可以通过npm下载/安装/访问。 您可以直接使用npx来快速使用它(节点附带) $ npx rn-tape run android ./ 在项目中,建议将其添加为开发依赖项,这样可以清楚地知道哪个版本的rn-tape可用于测试您的工作。 $ npm install rn-tape --save-dev 有关详细的使用信息,您可以询问帮助: $ npx rn-tape --help run rn-tape run < system> [location] [test] Run your package ' s tests in react-natives Positionals: location The path to the package
【文件预览】:
rn-tape-master
----.github()
--------workflows()
----lib()
--------exec.js(2KB)
----rntape()
--------metro.config.js(295B)
--------template-package.json(677B)
--------babel.config.js(75B)
--------ios()
--------android()
--------App.js(4KB)
--------app.json(50B)
--------index.js(176B)
--------package-lock.json(340KB)
----LICENSE(1KB)
----test()
--------test.js(104B)
--------package.json(795B)
----README.md(5KB)
----bin.js(14KB)
----.gitignore(3KB)
----expotape()
--------.expo-shared()
--------template-package.json(730B)
--------babel.config.js(104B)
--------assets()
--------App.js(4KB)
--------app.json(638B)
--------.watchmanconfig(3B)
----package-lock.json(118KB)
----package.json(946B)