Skip to content

Commit

Permalink
fix(templates): will failing test fail ci
Browse files Browse the repository at this point in the history
  • Loading branch information
harm-meijer committed Sep 16, 2024
1 parent 5010723 commit a8c7346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { expect } from '@jest/globals';
//@todo: implement tests (use msw in shared package)
describe('Testing Cart Controller', () => {
test('POST `/service` route', async () => {
expect(1).toBe(1);
expect(1).toBe(88888888);
});
});

0 comments on commit a8c7346

Please sign in to comment.