File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,8 @@ const freelist = require('internal/freelist');
233233
234234When writing assertions, prefer the strict versions:
235235
236- * ` assert.strictEqual() ` over ` assert.equal() `
237- * ` assert.deepStrictEqual() ` over ` assert.deepEqual() `
236+ - ` assert.strictEqual() ` over ` assert.equal() `
237+ - ` assert.deepStrictEqual() ` over ` assert.deepEqual() `
238238
239239When using ` assert.throws() ` , if possible, provide the full error message:
240240
@@ -258,9 +258,9 @@ available features in each release.
258258
259259For example:
260260
261- * ` let ` and ` const ` over ` var `
262- * Template literals over string concatenation
263- * Arrow functions when appropriate
261+ - ` let ` and ` const ` over ` var `
262+ - Template literals over string concatenation
263+ - Arrow functions when appropriate
264264
265265## Naming Test Files
266266
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ $ git push <remote> <vx.y.z>
252252
253253On release proposal branch, edit ` src/node_version.h ` again and:
254254
255- * Increment ` NODE_PATCH_VERSION ` by one
256- * Change ` NODE_VERSION_IS_RELEASE ` back to ` 0 `
255+ - Increment ` NODE_PATCH_VERSION ` by one
256+ - Change ` NODE_VERSION_IS_RELEASE ` back to ` 0 `
257257
258258Commit this change with the following commit message format:
259259
You can’t perform that action at this time.
0 commit comments