ao executar o npm run test:watch, me retorna a seguinte mensagem:
C:\Users\Marce\OneDrive\Documents\Alura\Formação Autenticação, testes e segurança em NODE.JS\carrinho> npm run test:watch
> 1@1.0.0 test:watch
> node --experimental-vm-modules node_modules/jest/bin/jest.js --detectOpenHandles -- watch
(node:8436) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
No tests found, exiting with code 1
Run with `--passWithNoTests` to exit with code 0
In C:\Users\Marce\OneDrive\Documents\Alura\Formação Autenticação, testes e segurança em NODE.JS\carrinho
7 files checked.
testMatch: **/__tests__/**/*.[jt]s?(x), **/?(*.)+(spec|test).[tj]s?(x) - 2 matches
testPathIgnorePatterns: \\node_modules\\ - 7 matches
testRegex: - 0 matches
Pattern: watch - 0 matches
C:\Users\Marce\OneDrive\Documents\Alura\Formação Autenticação, testes e segurança em NODE.JS\carrinho>
Alguém poderia me ajudar por favor?