Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created April 7, 2023 16:53
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/a68d4104071d8c6f0586287e49dd366b to your computer and use it in GitHub Desktop.
Save peterbe/a68d4104071d8c6f0586287e49dd366b 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