-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用Jest测试使用了taro-ui的组件时,报错SyntaxError。 #4076
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
yzyanchao
changed the title
用Jest测试使用了taro-ui的组件时,报错SyntaxError。原因是process.env.TARO_ENV为undefined
用Jest测试使用了taro-ui的组件时,报错SyntaxError。
Aug 5, 2019
我的思路是错的,TARO_ENV设成h5报一样的错,只是报错文件换成h5的文件了。 |
CC @luckyadam |
问题已解决。
在根目录中,新建文件jestSetupFile.js,内容为: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
用Jest测试一个自定义组件,该组件中使用了taro-ui组件。运行测试后报错:
Test suite failed to run
可以发现,这里应用了微信版本的taro-ui文件: \node_modules_taro-ui@2.2.1@taro-ui\dist\weapp\index.js:1
在taro-ui\dist\index.js中,有如下代码:
Jest测试时,TARO_ENV未定义,所以使用了微信版本的taro-ui文件。但我找不到地方去设置TARO_ENV。
请帮忙解决这个问题,谢谢
复现步骤
[复现问题的步骤]
期望行为
测试用例能运行
报错信息
系统信息
👽 Taro v1.3.10
Taro CLI 1.3.10 environment info:
System:
OS: Windows 10
Binaries:
Node: 10.16.0 - C:\Program Files\nodejs\node.EXE
npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD
补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]
Jest测试时,TARO_ENV未定义,所以使用了微信版本的taro-ui文件。但我找不到地方去设置TARO_ENV。
The text was updated successfully, but these errors were encountered: