Skip to content

Commit

Permalink
alphabet
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 19, 2018
1 parent b71506b commit a94af81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>]

Expand Down

0 comments on commit a94af81

Please sign in to comment.