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

[ci] format

This commit is contained in:
Ben Holmes 2024-07-30 15:43:44 +00:00 committed by astrobot-houston
parent 1c3265a8c9
commit 9f766d8b58

View file

@ -1,8 +1,8 @@
import { describe, it } from 'node:test';
import { expectTypeOf } from 'expect-type';
import {
type SafeResult,
type ActionReturnType,
type SafeResult,
defineAction,
} from '../../dist/actions/runtime/virtual/server.js';
import { z } from '../../zod.mjs';