diff --git a/test/common/README.md b/test/common/README.md index 7e06926b2b4b53..3dee2f19704934 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -55,6 +55,11 @@ symlinks ([SeCreateSymbolicLinkPrivilege](https://msdn.microsoft.com/en-us/library/windows/desktop/bb530716(v=vs.85).aspx)). On non-Windows platforms, this always returns `true`. +### ddCommand(filename, kilobytes) +* return [<Object>] + +Platform normalizes the `dd` command + ### disableCrashOnUnhandledRejection() Removes the `process.on('unhandledRejection')` handler that crashes the process @@ -63,11 +68,6 @@ sure no unexpected rejections occur, because currently they result in silent failures. However, it is useful in some rare cases to disable it, for example if the `unhandledRejection` hook is directly used by the test. -### ddCommand(filename, kilobytes) -* return [<Object>] - -Platform normalizes the `dd` command - ### enoughTestMem * [<boolean>]