Skip to content

Commit a94af81

Browse files
committed
alphabet
1 parent b71506b commit a94af81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/common/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ symlinks
5555
([SeCreateSymbolicLinkPrivilege](https://msdn.microsoft.com/en-us/library/windows/desktop/bb530716(v=vs.85).aspx)).
5656
On non-Windows platforms, this always returns `true`.
5757

58+
### ddCommand(filename, kilobytes)
59+
* return [<Object>]
60+
61+
Platform normalizes the `dd` command
62+
5863
### disableCrashOnUnhandledRejection()
5964

6065
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
6368
failures. However, it is useful in some rare cases to disable it, for example if
6469
the `unhandledRejection` hook is directly used by the test.
6570

66-
### ddCommand(filename, kilobytes)
67-
* return [<Object>]
68-
69-
Platform normalizes the `dd` command
70-
7171
### enoughTestMem
7272
* [<boolean>]
7373

0 commit comments

Comments
 (0)