Skip to content

Commit f61f20d

Browse files
author
Morten N.O. Henriksen
committed
fix(test): Integration run tidy group name
1 parent 3c9d7a0 commit f61f20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/create-react-app/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ afterAll(removeGenPath);
3131

3232
const run = async (args, options) => {
3333
process.stdout.write(
34-
`::group:: Test " ${
34+
`::group::Test "${
3535
expect.getState().currentTestName
3636
}" - "create-react-app ${args.join(' ')}" output:\n`
3737
);

0 commit comments

Comments
 (0)