summaryrefslogtreecommitdiff
path: root/std/testing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/testing/README.md')
-rw-r--r--std/testing/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/testing/README.md b/std/testing/README.md
index bc9d8af33..00169384c 100644
--- a/std/testing/README.md
+++ b/std/testing/README.md
@@ -21,6 +21,8 @@ pretty-printed diff of failing assertion.
- `assertStringContains()` - Make an assertion that `actual` contains
`expected`.
- `assertMatch()` - Make an assertion that `actual` match RegExp `expected`.
+- `assertNotMatch()` - Make an assertion that `actual` not match RegExp
+ `expected`.
- `assertArrayContains()` - Make an assertion that `actual` array contains the
`expected` values.
- `assertThrows()` - Expects the passed `fn` to throw. If `fn` does not throw,