Skip to content

Commit b669807

Browse files
committed
undocument t.regexTest assertion
As we'll probably remove or replace it. #142 (comment)
1 parent a6e21e2 commit b669807

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

readme.md

-4
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,6 @@ Assert that `function` throws an error or `promise` rejects.
556556

557557
Assert that `function` doesn't throw an `error` or `promise` resolves.
558558

559-
### .regexTest(regex, contents, [message])
560-
561-
Assert that `regex` matches `contents`.
562-
563559
### .ifError(error, [message])
564560

565561
Assert that `error` is falsy.

0 commit comments

Comments
 (0)