From dda78222c3f38e5ae8b23d6135877284664b73b9 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Fri, 20 Sep 2024 11:20:35 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/content-layer.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/test/content-layer.test.js b/packages/astro/test/content-layer.test.js index dce93411ae..428a4ac3f2 100644 --- a/packages/astro/test/content-layer.test.js +++ b/packages/astro/test/content-layer.test.js @@ -3,8 +3,8 @@ import { promises as fs } from 'node:fs'; import { sep } from 'node:path'; import { sep as posixSep } from 'node:path/posix'; import { after, before, describe, it } from 'node:test'; -import * as devalue from 'devalue'; import * as cheerio from 'cheerio'; +import * as devalue from 'devalue'; import { loadFixture } from './test-utils.js'; describe('Content Layer', () => { @@ -158,7 +158,7 @@ describe('Content Layer', () => { }); it('displays public images unchanged', async () => { - assert.equal($('img[alt="buzz"]').attr('src'), "/buzz.jpg"); + assert.equal($('img[alt="buzz"]').attr('src'), '/buzz.jpg'); }); it('renders local images', async () => {