Skip to content

Commit

Permalink
feat($tests): Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slysterous committed Sep 4, 2017
1 parent 31b4cb6 commit 5d672ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,3 @@ describe("Generation of SHA 512 Hash along with a Unique Salt",function(){
expect(lazyCrypto.validateSha512HashAndSalt("password",res.passwordSalt,res.passwordHash));
})
})

//generateSha512HashAndSalt
//passwordSalt:passwordData.salt,
// passwordHash:passwordData.passwordHash

0 comments on commit 5d672ba

Please sign in to comment.