Sumukha1496 / maskdata

maskdata is a node.js module to mask various kinds of data
MIT License
92 stars 7 forks source link

Better testing #7

Closed birkestroem closed 2 years ago

birkestroem commented 4 years ago

The library does not behave as expected. I have added mocha and unexpected to improve testing.

Sumukha1496 commented 4 years ago

@birkestroem , I have published a new version(1.1.0) with changes mainly in maskEmail().

As there were some bugs in maskEmail(), deprecated it and will be removed in the next publish. So, If you can add test cases for maskEmail2(), the new method to mask email, it will be helpful.

sseide commented 2 years ago

i think this can be closed now as #23 with mocha tests for this was merged now.

Sumukha1496 commented 2 years ago

@birkestroem , Feel free to resolve the conflicts and contribute more test cases