gpt4 book ai didi

reactjs - 无法在 Windows 10 中使用 react 测试库生成 react 测试覆盖率

转载 作者:行者123 更新时间:2023-12-05 05:00:56 24 4
gpt4 key购买 nike

我试图在 Windows Powershell 中使用 react-testing-library 为我的 react 测试生成测试覆盖率。但是在运行 yarn test .\src\components\--coverage 时,PowerShell 显示此语句 Invalid testPattern .\src\components\supplied。改为运行所有测试。

在没有这样的路径的情况下运行 yarn test --coverage 也不起作用,它给出了这个输出

Press `a` to run all tests, or run Jest with `--watchAll`.
----------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
----------|----------|----------|----------|----------|-------------------|
All files | 0 | 0 | 0 | 0 | |
----------|----------|----------|----------|----------|-------------------|

Watch Usage
› Press a to run all tests.
› Press f to run only failed tests.
› Press q to quit watch mode.
› Press p to filter by a filename regex pattern.
› Press t to filter by a test name regex pattern.
› Press Enter to trigger a test run.

如何在 Windows PowerShell 中运行 React 测试?

最佳答案

尝试使用 --watchAll=false 标志,类似于:yarn test --coverage --watchAll=false

关于reactjs - 无法在 Windows 10 中使用 react 测试库生成 react 测试覆盖率,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62890669/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com