showdown/test
chandi 949c2bcf86
fix(email): now email address obfuscation always returns the same output
* feat(helpers): determined results for email address obfuscation

email address is used as the seed, so it should always provide the same result for a given mail.
utilizes a random number generator shown here: https://stackoverflow.com/questions/521295/seeding-the-random-number-generator-in-javascript/47593316#47593316

* feat(helpers): added Math.imul() support for older browsers

Co-authored-by: Estevão Soares dos Santos <estevao.santos@gmail.com>
2022-03-26 00:31:41 +00:00
..
cli chore: fix tests for CI 2022-03-09 15:19:34 +00:00
functional fix(metadata): allow whitespaces after closing marks 2022-03-25 20:55:19 +00:00
mocks fix(cli): cli now works properly 2022-03-03 12:48:23 +00:00
performance fix(cli): cli now works properly 2022-03-03 12:48:23 +00:00
unit fix(email): now email address obfuscation always returns the same output 2022-03-26 00:31:41 +00:00
performance.testfile.md test: use new performance test file 2017-01-28 02:04:50 +00:00