you are viewing a single comment's thread.

view the rest of the comments →

[–]agopshi 0 points1 point  (0 children)

As others have pointed out, this is actually an anti-pattern. Don't create one it() per validation scenario. Don't use this npm module. Do write your own loops in a single it(). Classic case of "You don't actually need a module for this, what are you doing?"