summaryrefslogtreecommitdiff
path: root/test/common/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/README.md')
-rw-r--r--test/common/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/common/README.md b/test/common/README.md
index 3dee2f1970..af66d898c1 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -121,12 +121,6 @@ Tests whether `name`, `expected`, and `code` are part of a raised warning. If
an expected warning does not have a code then `common.noWarnCode` can be used
to indicate this.
-### fileExists(pathname)
-* pathname [<string>]
-* return [<boolean>]
-
-Checks if `pathname` exists
-
### getArrayBufferViews(buf)
* `buf` [<Buffer>]
* return [<ArrayBufferView[]>]