Skip to content

Commit

Permalink
chore: remove debug code (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jan 10, 2023
1 parent d933ccb commit a7d6875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/image.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ describe('image', () => {
// https://via.placeholder.com/150/000000/FFFFFF/
const urlSpilt = imageUrl.split('/');

console.log(imageUrl);

expect(urlSpilt[0]).toBe('https:');
expect(urlSpilt[2]).toBe('via.placeholder.com');
expect(urlSpilt[3]).toBe('200x150');
Expand Down

0 comments on commit a7d6875

Please sign in to comment.