From 10245bc068789be216eea7f892fa2edc1c0d49ee Mon Sep 17 00:00:00 2001 From: David Wolfson <145220120+WolfieKnee@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:38:47 +0000 Subject: [PATCH] Update displaying-data.md updating instruction for testing --- displaying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/displaying-data.md b/displaying-data.md index f2e45fc..d69ff8c 100644 --- a/displaying-data.md +++ b/displaying-data.md @@ -42,7 +42,7 @@ We're starting by adding only the _Arrange_ and _Act_ sections of our test. We can run this partial test using ```bash -npm run -- --test +npm run test ``` and we'll get a test failure: