We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9443a0 commit ac83605Copy full SHA for ac83605
e2e/plugin-doc-coverage-e2e/tests/collect.e2e.test.ts
@@ -68,6 +68,5 @@ describe('PLUGIN collect report with doc-coverage-plugin NPM package', () => {
68
expect(
69
JSON.stringify(omitVariableReportData(report as Report), null, 2),
70
).toMatchFileSnapshot('__snapshots__/report.json');
71
-
72
});
73
0 commit comments