summaryrefslogtreecommitdiff
path: root/tests/specs/README.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-06-05 11:04:16 -0400
committerGitHub <noreply@github.com>2024-06-05 17:04:16 +0200
commit7ed90a20d04982ae15a52ae2378cbffd4b6839df (patch)
tree3297d6f7227fbf1cf80e17a2a376ef4dfa52e6ad /tests/specs/README.md
parent0544d60012006b1c7799d8b6eafacec9567901ad (diff)
fix: better handling of npm resolution occurring on workers (#24094)
Closes https://github.com/denoland/deno/issues/24063
Diffstat (limited to 'tests/specs/README.md')
-rw-r--r--tests/specs/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/specs/README.md b/tests/specs/README.md
index 61fa60f53..bd3430f05 100644
--- a/tests/specs/README.md
+++ b/tests/specs/README.md
@@ -76,9 +76,7 @@ Or if you want to run several tests at the same time:
### Top level properties
-- `base` - The base config to use for the test. Options:
- - `jsr` - Uses env vars for jsr.
- - `npm` - Uses env vars for npm.
+- `repeat` (number) - Number of times to repeat a test.
- `tempDir` (boolean) - Copy all the non-test files to a temporary directory and
execute the command in that temporary directory.
- By default, tests are executed with a current working directory of the test,