Skip to content

Commit 12e3f4e

Browse files
committed
wip
1 parent 7a80f85 commit 12e3f4e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

e2e/plugin-doc-coverage-e2e/tests/collect.e2e.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,5 @@ describe('PLUGIN collect report with doc-coverage-plugin NPM package', () => {
6969
JSON.stringify(omitVariableReportData(report as Report), null, 2),
7070
).toMatchFileSnapshot('__snapshots__/report.json');
7171

72-
const reportMd = await readTextFile(
73-
path.join(angularOutputDir, 'report.md'),
74-
);
75-
76-
expect(reportMd.replace(/## About\.*/gm, '')).toMatchFileSnapshot(
77-
'__snapshots__/report.md',
78-
);
7972
});
8073
});

0 commit comments

Comments
 (0)