Skip to content

Commit

Permalink
fix(test): Integration run tidy group name
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten N.O. Henriksen committed Nov 28, 2021
1 parent 3c9d7a0 commit f61f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/create-react-app/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
);
Expand Down

0 comments on commit f61f20d

Please sign in to comment.