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: test/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ For the tests to run on Windows, be sure to clone Node.js source code with the
18
18
|`abort`| Yes | Tests for when the `--abort-on-uncaught-exception` flag is used. |
19
19
|`addons`| Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon. |
20
20
|`async-hooks`| Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. |
21
-
|`benchmark`|No | Test minimal functionality of benchmarks. |
21
+
|`benchmark`|Yes| Test minimal functionality of benchmarks. |
22
22
|`cctest`| Yes | C++ tests that are run as part of the build process. |
23
23
|`code-cache`| No | Tests for a Node.js binary compiled with V8 code cache. |
24
24
|`common`|| Common modules shared among many tests. [Documentation](./common/README.md)|
0 commit comments