Skip to content

Commit 51ae9fe

Browse files
committed
cleanup
1 parent ebd6e8b commit 51ae9fe

File tree

2 files changed

+0
-121
lines changed

2 files changed

+0
-121
lines changed

e2e/plugin-typescript-e2e/tests/__snapshots__/typescript-plugin-md-report.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,5 @@ describe('PLUGIN collect report with typescript-plugin NPM package', () => {
7474
expect(
7575
omitVariableReportData(reportJson as Report, { omitAuditData: true }),
7676
).toMatchFileSnapshot('__snapshots__/typescript-plugin-json-report.json');
77-
78-
const reportMd = await readTextFile(join(envRoot, outputDir, 'report.md'));
79-
expect(reportMd).toMatchFileSnapshot(
80-
'__snapshots__/typescript-plugin-md-report.md',
81-
);
8277
});
8378
});

0 commit comments

Comments
 (0)