Skip to content

Commit

Permalink
refactor:adopt test
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Apr 20, 2023
1 parent 5acb38e commit ca11245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/lib/commands/assert/utils/md-report.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ describe('md-table', () => {
it('should return a Md table if getBudgetTable is passed a baseline report', () => {
const reducedLhr9 = createReducedReport(lhr9budgets);
const mdTable = getBudgetTable(reducedLhr9);
expect(mdTable).toContain('| Resource Type | Requests | Transfer Size |');
expect(mdTable).toContain('| Resource Type | Transfer Size | Over Budget |');
expect(mdTable).toContain('| Resource Type | Requests | Over Budget |');
expect(mdTable).toContain('| Metric | Measurement | Over Budget |');
});
});

0 comments on commit ca11245

Please sign in to comment.