Hacker News new | ask | show | jobs
by sunesimonsen 533 days ago
I think property based testing becomes a lot easier when you can just use normal asserts like this: https://github.com/unexpectedjs/unchecked
1 comments

Not to be too critical but coming from Java/C# I‘m not not so hot they are writing their own tests: https://github.com/unexpectedjs/unchecked/blob/master/test/i...

Maybe just a matter of familiarity?