Skip to content

Commit

Permalink
fix(utils): quiet logging in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kinsley committed Aug 21, 2019
1 parent 4c5b7e3 commit adf6a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/utils/test/salt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ describe("utils/salt", () => {
const salt = randomSalt(cnt);
const wrds = saltToWords(salt);

console.log("ok", wrds, cnt);
expect(wrds.length).equal(cnt);
console.log("ok");
expect(salt.toString()).equal(wordsToSalt(wrds).toString());
}
});
Expand Down

0 comments on commit adf6a32

Please sign in to comment.