Skip to content

Commit 64e0aa1

Browse files
daeyeonRafaelGSS
authored andcommitted
doc: rename N-API to Node-API in test/README.md
Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #42946 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Harshitha K P <[email protected]>
1 parent e8121ae commit 64e0aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ For the tests to run on Windows, be sure to clone Node.js source code with the
2626
|`es-module`| Yes | Test ESM module loading. |
2727
|`fixtures`|| Test fixtures used in various tests throughout the test suite. |
2828
|`internet`| No | Tests that make real outbound network connections. Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections. |
29-
|`js-native-api`| Yes | Tests for Node.js-agnostic [n-api](https://nodejs.org/api/n-api.html) functionality.|
29+
|`js-native-api`| Yes | Tests for Node.js-agnostic [Node-API](https://nodejs.org/api/n-api.html) functionality. |
3030
|`known_issues`| Yes | Tests reproducing known issues within the system. All tests inside of this directory are expected to fail. If a test doesn't fail on certain platforms, those should be skipped via `known_issues.status`. |
3131
|`message`| Yes | Tests for messages that are output for various conditions (`console.log`, error messages etc.) |
32-
|`node-api`| Yes | Tests for Node.js-specific [n-api](https://nodejs.org/api/n-api.html) functionality.|
32+
|`node-api`| Yes | Tests for Node.js-specific [Node-API](https://nodejs.org/api/n-api.html) functionality. |
3333
|`parallel`| Yes | Various tests that are able to be run in parallel. |
3434
|`pseudo-tty`| Yes | Tests that require stdin/stdout/stderr to be a TTY. |
3535
|`pummel`| No | Various tests for various modules / system functionality operating under load. |

0 commit comments

Comments
(0)