Skip to content

Commit fbc45d4

Browse files
committed
test,doc: fix async-hooks coverage doc for md lint
#20894 / 2930bd1 was introduced on master which removed an offending line in this doc before linting was applied to test/ in #22221 / 56103ab. Since 20894 is semver-major, the full changes were not backported. PR-URL: #22296 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: George Adams <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 7933310 commit fbc45d4

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

test/async-hooks/coverage.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22

33
Showing which kind of async resource is covered by which test:
44

5-
| Resource Type | Test |
6-
|----------------------|----------------------------------------|
7-
| CONNECTION | test-connection.ssl.js |
8-
| FSEVENTWRAP | test-fseventwrap.js |
9-
| FSREQWRAP | test-fsreqwrap-{access,readFile}.js |
10-
| GETADDRINFOREQWRAP | test-getaddrinforeqwrap.js |
11-
| GETNAMEINFOREQWRAP | test-getnameinforeqwrap.js |
12-
| HTTPPARSER | test-httpparser.{request,response}.js |
13-
| Immediate | test-immediate.js |
14-
| JSSTREAM | TODO (crashes when accessing directly) |
15-
| PBKDF2REQUEST | test-crypto-pbkdf2.js |
16-
| PIPECONNECTWRAP | test-pipeconnectwrap.js |
17-
| PIPEWRAP | test-pipewrap.js |
18-
| PROCESSWRAP | test-pipewrap.js |
19-
| QUERYWRAP | test-querywrap.js |
20-
| RANDOMBYTESREQUEST | test-crypto-randomBytes.js |
21-
| SHUTDOWNWRAP | test-shutdownwrap.js |
22-
| SIGNALWRAP | test-signalwrap.js |
23-
| STATWATCHER | test-statwatcher.js |
24-
| TCPCONNECTWRAP | test-tcpwrap.js |
25-
| TCPWRAP | test-tcpwrap.js |
26-
| TIMERWRAP | test-timerwrap.set{Timeout,Interval}.js|
27-
| TLSWRAP | test-tlswrap.js |
28-
| TTYWRAP | test-ttywrap.{read,write}stream.js |
29-
| UDPSENDWRAP | test-udpsendwrap.js |
30-
| UDPWRAP | test-udpwrap.js |
31-
| WRITEWRAP | test-writewrap.js |
32-
| ZLIB | test-zlib.zlib-binding.deflate.js |
5+
| Resource Type | Test |
6+
|----------------------|-----------------------------------------|
7+
| CONNECTION | test-connection.ssl.js |
8+
| FSEVENTWRAP | test-fseventwrap.js |
9+
| FSREQWRAP | test-fsreqwrap-{access,readFile}.js |
10+
| GETADDRINFOREQWRAP | test-getaddrinforeqwrap.js |
11+
| GETNAMEINFOREQWRAP | test-getnameinforeqwrap.js |
12+
| HTTPPARSER | test-httpparser.{request,response}.js |
13+
| Immediate | test-immediate.js |
14+
| JSSTREAM | TODO (crashes when accessing directly) |
15+
| PBKDF2REQUEST | test-crypto-pbkdf2.js |
16+
| PIPECONNECTWRAP | test-pipeconnectwrap.js |
17+
| PIPEWRAP | test-pipewrap.js |
18+
| PROCESSWRAP | test-pipewrap.js |
19+
| QUERYWRAP | test-querywrap.js |
20+
| RANDOMBYTESREQUEST | test-crypto-randomBytes.js |
21+
| SHUTDOWNWRAP | test-shutdownwrap.js |
22+
| SIGNALWRAP | test-signalwrap.js |
23+
| STATWATCHER | test-statwatcher.js |
24+
| TCPCONNECTWRAP | test-tcpwrap.js |
25+
| TCPWRAP | test-tcpwrap.js |
26+
| TIMERWRAP | test-timerwrap.set{Timeout,Interval}.js |
27+
| TLSWRAP | test-tlswrap.js |
28+
| TTYWRAP | test-ttywrap.{read,write}stream.js |
29+
| UDPSENDWRAP | test-udpsendwrap.js |
30+
| UDPWRAP | test-udpwrap.js |
31+
| WRITEWRAP | test-writewrap.js |
32+
| ZLIB | test-zlib.zlib-binding.deflate.js |

0 commit comments

Comments
 (0)