Fix npm update command for snapshot summary by kdnakt · Pull Request #5376 · jestjs/jest

Summary The snapshot summary told me to use npm test -u but it didn't work and needs special option -- to update snapshot. This fix tells the correct command to update snapshot for npm. Test plan W...