0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
bluwy 2023-05-16 12:03:19 +00:00 committed by fredkbot
parent 2a1fa09b31
commit 448ec017a2
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
await esbuild.build({
target: 'es2020',
platform: 'browser',
conditions: ["workerd", "worker", "browser"],
conditions: ['workerd', 'worker', 'browser'],
entryPoints: [entryPath],
outfile: buildPath,
allowOverwrite: true,

View file

@ -1,6 +1,6 @@
import {loadFixture, runCLI} from './test-utils.js';
import { loadFixture, runCLI } from './test-utils.js';
import { expect } from 'chai';
import * as cheerio from "cheerio";
import * as cheerio from 'cheerio';
describe('With SolidJS', () => {
/** @type {import('./test-utils').Fixture} */