File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ symlinks
55
55
([ SeCreateSymbolicLinkPrivilege] ( https://msdn.microsoft.com/en-us/library/windows/desktop/bb530716(v=vs.85).aspx ) ).
56
56
On non-Windows platforms, this always returns ` true ` .
57
57
58
+ ### ddCommand(filename, kilobytes)
59
+ * return [ < ; Object>]
60
+
61
+ Platform normalizes the ` dd ` command
62
+
58
63
### disableCrashOnUnhandledRejection()
59
64
60
65
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
63
68
failures. However, it is useful in some rare cases to disable it, for example if
64
69
the ` unhandledRejection ` hook is directly used by the test.
65
70
66
- ### ddCommand(filename, kilobytes)
67
- * return [ < ; Object>]
68
-
69
- Platform normalizes the ` dd ` command
70
-
71
71
### enoughTestMem
72
72
* [ < ; boolean>]
73
73
You can’t perform that action at this time.
0 commit comments