Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Teste não funciona

Estou usando terminal do wins e esta aparecendo essa mensagem:

C:\Users\55519\Desktop\vue-test-master>npm run test:unit

testing@0.1.0 test:unit vue-cli-service test:unit

No tests found, exiting with code 1 Run with --passWithNoTests to exit with code 0 In C:\Users\55519\Desktop\vue-test-master 16 files checked. testMatch: /tests/unit//.spec.[jt]s?(x), **/tests/.[jt]s?(x) - 0 matches testPathIgnorePatterns: \node_modules\ - 16 matches testRegex: - 0 matches Pattern: - 0 matches

C:\Users\55519\Desktop\vue-test-master>

Alguem para me ajudar?

2 respostas
solução!

Oi Ingrid,

Verifique o seu Regex pattern que faz a busca nos arquivos.

Os seus arquivos de teste devem estar dentro de uma pasta na raiz do projeto chamada tests/unit/nomedoarquivo.spec.js

Abraços

Muito obrigado!! <3