Created
November 12, 2024 02:45
-
-
Save sharmilajesupaul/5c6df4e262447ca8bc9342eb06911998 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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