From f61f20da47cc27f85ff54338e00d2a02daf3bd36 Mon Sep 17 00:00:00 2001 From: "Morten N.O. Henriksen" Date: Sun, 28 Nov 2021 13:02:21 +0100 Subject: [PATCH] fix(test): Integration run tidy group name --- test/integration/create-react-app/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/create-react-app/index.test.js b/test/integration/create-react-app/index.test.js index 6d9bdb56868..ce1b445c702 100644 --- a/test/integration/create-react-app/index.test.js +++ b/test/integration/create-react-app/index.test.js @@ -31,7 +31,7 @@ afterAll(removeGenPath); const run = async (args, options) => { process.stdout.write( - `::group:: Test " ${ + `::group::Test "${ expect.getState().currentTestName }" - "create-react-app ${args.join(' ')}" output:\n` );