File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,19 +54,14 @@ Contributors are encouraged to use vanilla Node.js as much as pragmatically
5454possible to standardize writing, reviewing, and maintaining samples and their
5555tests, ideally reducing dependencies on third party libraries.
5656
57- For tests, using the standard
58- library [ assert] ( https://nodejs.org/docs/latest-v18.x/api/assert.html ) is
59- preferred. The library provides a strict and a legacy mode; please use the
57+ For tests, we recommend using the standard
58+ library [ assert] ( https://nodejs.org/docs/latest-v18.x/api/assert.html ) . The library provides a strict and a legacy mode; please use the
6059strict mode as shown below:
6160
6261``` js
6362const assert = require (' node:assert/strict' );
6463```
6564
66- If you want to use a third party package, help us to understand if you have
67- requirements not fulfilled by core libraries in the description of your pull
68- request.
69-
7065### CI testing
7166
7267For new samples, a GitHub Actions workflow should be created to run your tests
You can’t perform that action at this time.
0 commit comments