Closed TobiasNx closed 1 month ago
Test for prepend: For array of strings: Here
Output should be:
{ "animals":[ "earthworm". "unicorn", "human", "dog", "cat" ], "others": "human" }
For array of objects: Here
{ "animals":[ {"animal": "earthworm"} {"animal": "unicorn"}, {"animal": "human"}, {"animal": "dog"}, {"animal": "cat"} ], "others": {"animal": "human"} }
Added a test scenario: https://github.com/TobiasNx/fix-FunctionalReview-Testing/tree/master/data/testing/prependArrays_strings
See also #92.
Will revisit after #102.
Integration tests:
Test for prepend: For array of strings: Here
Output should be:
For array of objects: Here
Output should be: