<!-- Is this a question? Questions WILL BE CLOSED. Ask in our chat https://on.cypress.io/chat --> ### Current behavior: This is not automatically JSONified: ```js cy.route2('/favorite-fruits', []) ``` This is: ```js cy.route2('/favorite-fruits', ['foo']) ``` ### Desired behavior: Empty arrays are automatically JSONified.
Current behavior:
This is not automatically JSONified:
This is:
Desired behavior:
Empty arrays are automatically JSONified.