Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored and github-actions[bot] committed Oct 27, 2024
1 parent c011fb5 commit 897ec69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/providers/cloudflare_images.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Deno.test("Cloudflare Images CDN - extract", async (t) => {
() => {
const result = extract(sampleUrl);
assertEquals(result, {
src: "https://100francisco.com/cdn-cgi/imagedelivery/1aS6NlIe-Sc1o3NhVvy8Qw/2ba36ba9-69f6-41b6-8ff0-2779b41df200",
src:
"https://100francisco.com/cdn-cgi/imagedelivery/1aS6NlIe-Sc1o3NhVvy8Qw/2ba36ba9-69f6-41b6-8ff0-2779b41df200",
operations: {
width: 128,
height: 128,
Expand All @@ -34,7 +35,8 @@ Deno.test("Cloudflare Images CDN - extract", async (t) => {
() => {
const result = extract(urlWithoutDomain);
assertEquals(result, {
src: "https://imagedelivery.net/1aS6NlIe-Sc1o3NhVvy8Qw/2ba36ba9-69f6-41b6-8ff0-2779b41df200",
src:
"https://imagedelivery.net/1aS6NlIe-Sc1o3NhVvy8Qw/2ba36ba9-69f6-41b6-8ff0-2779b41df200",
operations: {
width: 128,
height: 128,
Expand Down

0 comments on commit 897ec69

Please sign in to comment.