Github is currently showing a security warning. although it's rooted in a dev dependency via jest, we could upgrade the related libraries.
I attempted to update jest directly, and npm run test ceased working due to a problem in babel-preset-react. That's where i left off in trying to fix this problem.
Github is currently showing a security warning. although it's rooted in a dev dependency via
jest
, we could upgrade the related libraries.I attempted to update jest directly, and
npm run test
ceased working due to a problem inbabel-preset-react
. That's where i left off in trying to fix this problem.