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