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` );