We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c60a9 commit f31944aCopy full SHA for f31944a
doc/api/deprecations.md
@@ -861,9 +861,9 @@ and `crypto.getFips()` instead.
861
862
Type: Runtime
863
864
-Using `assert.fail()` with more than one argument has no benefit over writing an
865
-individual error message. Either use `assert.fail()` with one argument or switch
866
-to one of the other assert methods.
+Using `assert.fail()` with more than one argument is deprecated. Use
+`assert.fail()` with only one argument or use a different `assert` module
+method.
867
868
<a id="DEP0095"></a>
869
### DEP0095: timers.enroll()
0 commit comments