From: https://github.com/sindresorhus/ava/pull/296#discussion_r47034570 Currently we just proxy the CLI args [manually](https://github.com/sindresorhus/ava/blob/ff5b8dfa5cc9c49a0919c9cad0896cb9c3e971ee/api.js#L45-L57). We should instead just JSON.stringify all the data we want to pass and pass it as the only argument.
From: #296 (comment)
Currently we just proxy the CLI args manually. We should instead just JSON.stringify all the data we want to pass and pass it as the only argument.