From 7ed90a20d04982ae15a52ae2378cbffd4b6839df Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 5 Jun 2024 11:04:16 -0400 Subject: fix: better handling of npm resolution occurring on workers (#24094) Closes https://github.com/denoland/deno/issues/24063 --- tests/specs/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/specs/README.md') 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, -- cgit v1.2.3