From dca35c36791c186c36963eb3b7c3158a8bd681b5 Mon Sep 17 00:00:00 2001 From: Bitcollage Date: Tue, 7 Dec 2021 19:27:40 +0100 Subject: [PATCH] Code formatting improved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a952ffb..07bfed5 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ test('Is able to make terminal input and view in-progress stdout', async () => { cleanup() - userEvent("[ArrowDown]") + userEvent("[ArrowDown]") expect(await findByText('❯ Two')).toBeTruthy()