Has anyone figured out a way to supply Jest with t...
# help
g
Has anyone figured out a way to supply Jest with the --silent option or even better run SST jest tests through IntelliJ? The amount of output is not friendly for quick feedback cycles.
RESOLVED! Just supply
--silent
to
sst test
per the docs https://docs.serverless-stack.com/packages/cli#test
d
SST is dropping this functionality anyway, recommending to use jest directly
g
can I do that now?
d
yep, nothing stopping ya
you may need to install a couple things, like ts-jest and jest itself