Dinesh
|
54daeadbd6
|
node_tests: Replace `set_global` with `mock_esm` in example4.js.
We dont use set_global in any of those examples. mock_esm is
a better replacement for that in the comment.
Also fixed a typo in example3.js.
|
2021-07-22 09:47:47 -04:00 |
Steve Howell
|
9e657dd795
|
node tests: Use {override} in run_test.
|
2021-06-16 12:55:53 -04:00 |
Riken Shah
|
f95c539122
|
custom_check: Avoid use of assert to avoid confusion with assert.equal.
This commit bans the use of `assert` and replaces it
with `assert.ok` to avoid confusion with `assert.equal`.
Fixes #18687.
|
2021-06-10 09:15:57 -07:00 |
Steve Howell
|
198c67a9bd
|
node tests: Split up tutorial into smaller examples.
I didn't bother to keep the very last test from
tutorial, which has some complications related
to clearing stream_list data and was kind of
overkill.
|
2021-03-15 10:46:00 -04:00 |