We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a8c14 commit 2cf2971Copy full SHA for 2cf2971
1 file changed
test/run-test.js
@@ -32,7 +32,7 @@ const execOpts = { cwd: inputDir, stderr: 'inherit' };
32
console.log('running codemod');
33
34
const codemod = execa(
35
- '../../../bin/cli.js',
+ path.resolve('./bin/cli.js'),
36
['--telemetry', 'http://localhost:4200', 'app'],
37
execOpts
38
);
0 commit comments