Skip to content

Commit

Permalink
chore: fix typo in docstring (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Apr 10, 2023
1 parent 696c9b2 commit 363481e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jest/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def jest_test(
Args:
name: A unique name for this target.
node_modules: Label pointing to the linked node_modules target where jasmine is linked, e.g. `//:node_modules`.
node_modules: Label pointing to the linked node_modules target where jest is linked, e.g. `//:node_modules`.
`jest-cli` must be linked into the node_modules supplied.
`jest-junit` is also required by default when `auto_configure_reporters` is True
Expand Down

0 comments on commit 363481e

Please sign in to comment.