We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
仓库: https://code.alibaba-inc.com/liujuping.liujupin/build-plugin-component-bug/tree/master
执行
tnpm i npm run test
npm run test 可以正常
仓库是通过这个文档创建的
The text was updated successfully, but these errors were encountered:
目前先在项目根目录下添加 babel.config.js。(另外 jest 版本要在 ^26)
module.exports = { plugins: [ ['@babel/plugin-proposal-decorators', { version: 'legacy' }], [require.resolve('@babel/plugin-proposal-class-properties'), { loose: true }], ], };
单测这块 build-plguin-components 能力不是很完善的,如果有更多的需求,可以使用 icepkg
Sorry, something went wrong.
感谢~
No branches or pull requests
复现方式:
仓库: https://code.alibaba-inc.com/liujuping.liujupin/build-plugin-component-bug/tree/master
执行
tnpm i npm run test
期望结果
npm run test 可以正常
注
仓库是通过这个文档创建的
The text was updated successfully, but these errors were encountered: