Conversation
If any property in the object passed to `add` is an array it will run the test for each value in the array. When you want to run many similar tests this makes configuring them more concise / DRY.
|
Thanks for that, I like the idea. Can you also add a test to make sure this behaviour does not get broken in the future? This is going to be in the central API, and we need to guarantee that this never changes between major releases. To me it looks like |
|
Ok, I'll have a look at making a test.
|
|
Let me know if you need any help here. |
If any property in the object passed to
addis an array it will run the test for each value in the array.When you want to run many similar tests this makes configuring them more concise / DRY.
e.g.: