Closed
Description
unify npm run test:update
across the whole project. Basically make sure that whenever we have jest --updateSnapshot
in package.json
, the script is called test:update
and instead of calling jest directly, it calls regular test script like so: npm run test -- -u
. We also need test:update
in main package.json