Is there a way to configure the `sst test` command...
# sst
a
Is there a way to configure the
sst test
command? In my case Jest is finding some folders outside of my SST project that I don’t want to test.
t
You should be able to pass arguments to it
Also you can use jest directly instead of going to sst test if you're running into issues
a
Ok, going to check which ones are available.
Ok.