We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9427b commit a73252fCopy full SHA for a73252f
packages/react-scripts/bin/react-scripts.js
@@ -21,7 +21,7 @@ switch (script) {
21
case 'test': {
22
const result = spawn.sync(
23
'node',
24
- [require.resolve('../scripts/' + script)].concat(args),
+ [require.resolve(`../scripts/${script}`)].concat(args),
25
{ stdio: 'inherit' }
26
);
27
if (result.signal) {
0 commit comments