0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

chore: use biome to sort imports - only test files (#10180)

* chore: use biome to sort imports

* do the sorting

* Update package.json

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>

---------

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
Emanuele Stoppa 2024-02-21 14:08:19 +00:00 committed by GitHub
parent aab0e9ed53
commit f87b0cbc6b
10 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
import * as cheerio from 'cheerio';
import assert from 'node:assert/strict';
import { after, before, describe, it } from 'node:test';
import * as cheerio from 'cheerio';
import { loadFixture } from './test-utils.js';
describe('Image', () => {

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('ISR', () => {
/** @type {import('./test-utils.js').Fixture} */

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('maxDuration', () => {
/** @type {import('./test-utils.js').Fixture} */

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('Missing output config', () => {
/** @type {import('./test-utils').Fixture} */

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('prerendered error pages routing', () => {
/** @type {import('./test-utils.js').Fixture} */

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('Vercel Speed Insights', () => {
describe('output: server', () => {

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('build: split', () => {
/** @type {import('./test-utils').Fixture} */

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('static routing', () => {
/** @type {import('./test-utils.js').Fixture} */

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('streaming', () => {
/** @type {import('./test-utils.js').Fixture} */

View file

@ -1,6 +1,6 @@
import { loadFixture } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import { loadFixture } from './test-utils.js';
describe('Vercel Web Analytics', () => {
describe('output: static', () => {