Disable Jest Warnings
Jest has a --silent
flag that will omit warnings but keep errors:
yarn test --silent
Tweet
Jest has a --silent
flag that will omit warnings but keep errors:
yarn test --silent
Tweet