Skip to content

Instantly share code, notes, and snippets.

@sharmilajesupaul
Created November 12, 2024 02:45
Show Gist options
  • Save sharmilajesupaul/5c6df4e262447ca8bc9342eb06911998 to your computer and use it in GitHub Desktop.
Save sharmilajesupaul/5c6df4e262447ca8bc9342eb06911998 to your computer and use it in GitHub Desktop.
# frontend/app/script/__tests__/BUILD.bazel
jest_test(
name = "jest_test",
is_required = True, # makes this target a required check on pull requests
deps = [
":source_library",
],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment