mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
2a1fa09b31
commit
448ec017a2
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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} */
|
||||
|
|
Loading…
Reference in a new issue