You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Right now the CLI output of rn-tape is pretty noisy. There's TAP style output from the tests, error logging, and output from npm install and the react-native CLI.
Describe the solution you'd like
A clear and concise description of what you want to happen.
It could be useful to add some extra content to the logs so that users could differentiate between different types of logs, e.g. prefixing error lines with e and extra messages with s.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Might be useful to hide these logs by default or to put them behind flags.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Right now the CLI output of rn-tape is pretty noisy. There's TAP style output from the tests, error logging, and output from
npm install
and thereact-native
CLI.Describe the solution you'd like
A clear and concise description of what you want to happen.
It could be useful to add some extra content to the logs so that users could differentiate between different types of logs, e.g. prefixing error lines with
e
and extra messages withs
.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Might be useful to hide these logs by default or to put them behind flags.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: