Skip to content

Commit

Permalink
Merge pull request #25 from adevcarol/alteracoes-finais
Browse files Browse the repository at this point in the history
Ajustes nos testes
  • Loading branch information
cahalvs authored Sep 19, 2022
2 parents bb97ae2 + 9a67619 commit d314662
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/data.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ describe('descendingOrder', () => {
});

it('ordenar de z-a', () => {
console.log(arrayTest);
const ordemEsperada = descendingOrder(arrayTest);
expect(ordemEsperada.length).toEqual(4);
expect(ordemEsperada).toEqual([
Expand All @@ -78,7 +77,6 @@ describe('descendingOrder', () => {
arrayTest[2],
arrayTest[3],
]);
console.log(arrayTest)
})
});

Expand Down

0 comments on commit d314662

Please sign in to comment.