Skip to content

Commit

Permalink
Ajustes nos testes
Browse files Browse the repository at this point in the history
  • Loading branch information
cahalvs committed Sep 19, 2022
1 parent a0e6176 commit 9a67619
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 9a67619

Please sign in to comment.