From d987907d2bc68696b20b9cf66763d1a6f51fe33f Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 18 Apr 2019 11:38:01 -0700 Subject: [PATCH] Remove no longer extant gulp command from README (#31019) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3b20af2d398..ad43c9abefa 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,6 @@ gulp tests # Build the test infrastructure using the built compiler. gulp runtests # Run tests using the built compiler and test infrastructure. # You can override the host or specify a test for this command. # Use --host= or --tests=. -gulp runtests-browser # Runs the tests using the built run.js file. Syntax is gulp runtests. Optional - parameters '--host=', '--tests=[regex], --reporter=[list|spec|json|]'. gulp baseline-accept # This replaces the baseline test results with the results obtained from gulp runtests. gulp lint # Runs tslint on the TypeScript source. gulp help # List the above commands.