We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b963a commit dca7756Copy full SHA for dca7756
1 file changed
e2e/plugin-knip-e2e/tests/knip-reporter.e2e.test.ts
@@ -44,7 +44,7 @@ describe('knip reporter for code pushup audits', () => {
44
'knip',
45
'--no-exit-code',
46
`--reporter=${reporterPath}`,
47
- `--reporter-options='"{\"outputFile\":\"knip-report.json\"}"'`,
+ `--reporter-options='{\"outputFile\":\"knip-report.json\"}'`,
48
],
49
cwd: reporterSetupDir,
50
});
0 commit comments