From 0f91e2dfb6d01f423e162190a55b1c3d5d8e33a8 Mon Sep 17 00:00:00 2001 From: Josh Pollock Date: Mon, 24 Jun 2019 14:29:16 -0400 Subject: [PATCH] change unit to e2e tests in parts of scripts package README #16264 --- packages/scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/scripts/README.md b/packages/scripts/README.md index 531def5b59d22..c1c3f6ae10770 100644 --- a/packages/scripts/README.md +++ b/packages/scripts/README.md @@ -236,9 +236,9 @@ _Example:_ This is how you execute those scripts using the presented setup: -* `npm run test:e2e` - runs all unit tests. -* `npm run test:e2e:help` - prints all available options to configure unit tests runner. -* `npm run test-e2e -- --puppeteer-interactive` - runs all unit tests interactively. +* `npm run test:e2e` - runs all e2e tests. +* `npm run test:e2e:help` - prints all available options to configure e2e test runner. +* `npm run test-e2e -- --puppeteer-interactive` - runs all e2e tests interactively. * `npm run test-e2e FILE_NAME -- --puppeteer-interactive ` - runs one test file interactively. * `npm run test-e2e:watch -- --puppeteer-interactive` - runs all tests interactively and watch for changes.