@wejendorp @sunesimonsen Yes of cause. I don't have my computer with me. Should be MIT https://t.co/mDALxQH22G I'll add it to package.json when I'm at a computer.
@thejameskyle @_munter_@ava__js I agree with that. I usually make custom assertions for complex things that is repeated, but that is a very different workflow and I understand the wish for keeping things low level.
@thejameskyle @_munter_@ava__js Thanks for the answer. I agree power assert is pretty awesome. It of course has its limitations to how detailed and custom the error output can get. But it is definitely a winner if you want to stay with simple assertions. I tend to mostly use https://t.co/n4Ln9rnQl0 in my tests.
@thejameskyle @_munter_@ava__js @thejameskyle is it mainly the string assertions you don't like or is it a deeper form of dissatisfaction. It would be useful for me to know.
@thejameskyle @fbjest You should try @unexpectedjs - the most important part of assertions is not how the test case reads but the output. https://t.co/vgs1Vgbm3U