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
|`abort`| Yes | Tests that use `--abort-on-uncaught-exception` and other situations where we want to test something but avoid generating a core file. |
19
19
|`addons`| Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon. |
20
-
|`async-hooks`| Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. |
20
+
|`async-hooks`| Yes | Tests for [async\_hooks](https://nodejs.org/api/async\_hooks.html) functionality. |
21
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. |
0 commit comments