mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -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({
|
await esbuild.build({
|
||||||
target: 'es2020',
|
target: 'es2020',
|
||||||
platform: 'browser',
|
platform: 'browser',
|
||||||
conditions: ["workerd", "worker", "browser"],
|
conditions: ['workerd', 'worker', 'browser'],
|
||||||
entryPoints: [entryPath],
|
entryPoints: [entryPath],
|
||||||
outfile: buildPath,
|
outfile: buildPath,
|
||||||
allowOverwrite: true,
|
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 { expect } from 'chai';
|
||||||
import * as cheerio from "cheerio";
|
import * as cheerio from 'cheerio';
|
||||||
|
|
||||||
describe('With SolidJS', () => {
|
describe('With SolidJS', () => {
|
||||||
/** @type {import('./test-utils').Fixture} */
|
/** @type {import('./test-utils').Fixture} */
|
||||||
|
|
Loading…
Reference in a new issue