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.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/common/README.md b/test/common/README.md
index a60a60ce20..1f47baf7a8 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -450,9 +450,8 @@ Windows and `30` elsewhere.
Returns an array of all `.cpuprofile` files found in `dir`.
-### getFrames(output, file, suffix)
+### getFrames(file, suffix)
-* `output` Unused.
* `file` {string} Path to a `.cpuprofile` file.
* `suffix` {string} Suffix of the URL of call frames to retrieve.
* returns { frames: [<Object>], nodes: [<Object>] }