Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created April 25, 2023 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/55e75f95acc58bf4c0d2b993f65812fc to your computer and use it in GitHub Desktop.
Save peterbe/55e75f95acc58bf4c0d2b993f65812fc to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
Time jest tests/unit tests/meta src/events tests/graphql
Time jest src/search/tests
Time jest tests/routing
Time jest tests/content
Time jest tests/rendering/
ENABLED_LANGUAGES=all Time jest tests/translations
ROOT=tests/fixtures Time jest tests/rendering-fixtures
# last because it's so slow
Time jest tests/linting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment