Skip to content

Commit 4128c31

Browse files
jasonpetrosmoelius
authored andcommitted
Fix typo in README.md under Configuration files section
1 parent d9abbbb commit 4128c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ A configuration file allows one to tailor Necessist's behavior with respect to a
399399

400400
- `Method`: Ignore only if the path matches an `ignored_methods` pattern.
401401

402-
- `ignored_tests`: A list of strings. A test whose name exactly matches a string in the list is ignored. For Mocha-based frameworks (e.g., Anchor and Hardhat), a test name is consider to be a message passed to `it`.
402+
- `ignored_tests`: A list of strings. A test whose name exactly matches a string in the list is ignored. For Mocha-based frameworks (e.g., Anchor and Hardhat), a test name is considered to be a message passed to `it`.
403403

404404
- `walkable_functions`: A list of strings interpreted as [patterns]. If a test calls a function that matches the pattern, and the function is declared in the same file as the test, then statements and method calls are removed from the function as though it were a test.
405405

0 commit comments

Comments
 (0)