Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jan 2, 2025
1 parent ebd6e8b commit 51ae9fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 121 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,5 @@ describe('PLUGIN collect report with typescript-plugin NPM package', () => {
expect(
omitVariableReportData(reportJson as Report, { omitAuditData: true }),
).toMatchFileSnapshot('__snapshots__/typescript-plugin-json-report.json');

const reportMd = await readTextFile(join(envRoot, outputDir, 'report.md'));
expect(reportMd).toMatchFileSnapshot(
'__snapshots__/typescript-plugin-md-report.md',
);
});
});

0 comments on commit 51ae9fe

Please sign in to comment.