From 7dfa5b583a7fa2b9be43fb691a8ff392178fbee3 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 19 Nov 2025 16:34:17 -0400 Subject: [PATCH] Remove obsolete comment in the `test` docs Signed-off-by: Juan Cruz Viotti --- docs/test.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/test.markdown b/docs/test.markdown index 312e1a4d..6589a40f 100644 --- a/docs/test.markdown +++ b/docs/test.markdown @@ -31,8 +31,7 @@ as JSON files that follow a specific format: into the resolution context using the `--resolve` or `--http` options_. If the `target` is relative, it will be interpreted as a file path relative - to the test file location. For security reasons, the file path still needs be - imported into the resolution context using `--resolve`. + to the test file location. - `tests`: An array of tests you want to run.