Skip to content

Instantly share code, notes, and snippets.

@sorenlouv
Created September 26, 2017 11:35
Show Gist options
  • Save sorenlouv/623ac193c6324b424c2de47b0d0f25cc to your computer and use it in GitHub Desktop.
Save sorenlouv/623ac193c6324b424c2de47b0d0f25cc to your computer and use it in GitHub Desktop.
Jest clear cache

Find cache location

npx jest --showConfig | grep cacheDirectory

Remove cache

rm -rf /var/folders/pg/hdsyy6t57jd8zgqlj4s2qk_r0000gn/T/jest_dx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment