From f712aa91e2f69cd560db337a6b056dc9a51b803e Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Fri, 24 Oct 2025 08:11:07 +0000 Subject: [PATCH] test/integration/README: remove ref to non-existent dir The directory `test/integration/cli` does not exist. The reference was introduced in b1f26e2955211003bdf1fd3f445a5c39c1235a81, and the directory did not exist in that commit either. See: https://github.com/mochajs/mocha/tree/b1f26e2955211003bdf1fd3f445a5c39c1235a81/test/integration/cli --- test/integration/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/README.md b/test/integration/README.md index dd7fa87f77..9efb6add35 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -4,7 +4,6 @@ The tests in this directory are integration or end-to-end tests. Most of them sp ## Directories -- `cli`: Related to general CLI behavior; not necessarily command-line-flag specific - `fixtures`: Test file fixtures intended to be run via these tests. Usually have `.fixture.js` extension - `plugins`: Tests related to plugins (e.g., root hook plugins, global fixtures, etc.) - `options`: Tests for specific command-line flags