Skip to content

Commit

Permalink
Ajuste do teste de nome
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldouglas committed Mar 7, 2024
1 parent 315854a commit c1f8be2
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const Nomes = require("../Nomes");

describe("[Suite_Testes_1093_Projeto][Nomes] Suíte de testes módulo (nome)", () => {
// Testes da versão 1
describe("[VERSAO_1] Regra de negócios v1", () => {
test("Deve retornar true para um nome válido por exemplo: João Silva", () => {
expect(Nomes("João Silva")).toBe(false);
});
});
});

0 comments on commit c1f8be2

Please sign in to comment.