Skip to content

Commit

Permalink
its 3 now?
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Dec 5, 2023
1 parent 8c9be4d commit f675826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/tests/audit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ describe('audit', function () {
});
let result = await audit();
expect(result.findings).toEqual([]);
expect(Object.keys(result.modules).length).toBe(2);
expect(Object.keys(result.modules).length).toBe(3);
});

test('finds missing component in standalone hbs', async function () {
Expand Down

0 comments on commit f675826

Please sign in to comment.