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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ GitHub with the `autocrlf` git config flag set to true.
19
19
|`addons`| Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon to function properly. |
20
20
|`addons-napi`| Yes | Tests for [n-api](https://nodejs.org/api/n-api.html) functionality. |
21
21
|`async-hooks`| Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. |
22
+
|`benchmark`| No | Test minimal functionality of benchmarks. |
22
23
|`cctest`| Yes | C++ tests that are run as part of the build process. |
23
24
|`code-cache`| No | Tests for a Node.js binary compiled with V8 code cache. |
24
25
|`common`|| Common modules shared among many tests. [Documentation](./common/README.md)|
0 commit comments