I just suddenly couldn't run my jest tests, it says there is a segmentation fault. Looks like this:
npm run test:unit -- '/src/components/Main.spec.ts' --watchAll
app@0.1.0 test:unit TZ=UTC vue-cli-service test:unit "/src/components/Main.spec.ts" "--watchAll"
zsh: segmentation fault npm run test:unit -- --watchAll
I've tried googling but can't manage to understand how to fix it. Anyone out there that knows? :)