Why do my snapshot tests fail with `sst test` but ...
# sst
d
Why do my snapshot tests fail with
sst test
but not
jest
Some objects seem to get prefixed with
_
t
sst test is being retired, recommend using jest or vitest directly
d
ok 😄
r
Ah, good to know also. I will just use Jest directly too.