Я пытался создать тестовое покрытие для моих тестов реакции, используя react-testing-library
в windows Powershell. Но при запуске yarn test .\src\components\ --coverage
PowerShell показывает этот оператор Invalid testPattern .\src\components\ supplied. Running all tests instead.
.
Запуск без пути, подобного этому 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?