You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/guides/writing-tests.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The test checks functionality in the `http` module.
92
92
Most tests use the `assert` module to confirm expectations of the test.
93
93
94
94
The require statements are sorted in
95
-
[ASCII](http://man7.org/linux/man-pages/man7/ascii.7.html) order (digits, upper
95
+
[ASCII][] order (digits, upper
96
96
case, `_`, lower case).
97
97
98
98
### **Lines 10-21**
@@ -231,9 +231,9 @@ assert.throws(
231
231
For performance considerations, we only use a selected subset of ES.Next
232
232
features in JavaScript code in the `lib` directory. However, when writing
233
233
tests, for the ease of backporting, it is encouraged to use those ES.Next
234
-
features that can be used directly without a flag in[all maintained branches]
0 commit comments