From e2d97eeb658b2a7c813a9ff9ff5dca46ad9555a1 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 27 Jul 2018 23:31:16 -0400 Subject: [PATCH] test: remove outdated documentation As noted by @richardlau, `Makefile` and `vcbuild.bat` no longer need to be updated since they run the `default` suite. PR-URL: https://github.com/nodejs/node/pull/22009 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell --- test/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/README.md b/test/README.md index 510d7c39966c8d..582e5c58367c6f 100644 --- a/test/README.md +++ b/test/README.md @@ -35,7 +35,3 @@ GitHub with the `autocrlf` git config flag set to true. |testpy | |Test configuration utility used by various test suites.| |tick-processor |No |Tests for the V8 tick processor integration. The tests are for the logic in ```lib/internal/v8_prof_processor.js``` and ```lib/internal/v8_prof_polyfill.js```. The tests confirm that the profile processor packages the correct set of scripts from V8 and introduces the correct platform specific logic.| |v8-updates |No |Tests for V8 performance integration.| - -_When a new test directory is added, make sure to update the `CI_JS_SUITES` -variable in the `Makefile` and the `js_test_suites` variable in -`vcbuild.bat`._