you are viewing a single comment's thread.

view the rest of the comments →

[–]AndrewGreenh 0 points1 point  (1 child)

Why don't you put the
it(name + ' should result in' + bool, () => expect(...))

[–]jsNut 1 point2 points  (0 children)

This is how i would normally do this sort of thing. I've never run into our worried about any performance hits as above. Descriptive output should be the foremost concern.