0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-07-09 19:55:39 +00:00 committed by astrobot-houston
parent 08baf56f32
commit aa73316f20
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import { expectTypeOf } from 'expect-type';
import { isInputError, defineAction } from '../../dist/actions/runtime/virtual/server.js';
import { z } from '../../zod.mjs';
import { describe, it } from 'node:test';
import { expectTypeOf } from 'expect-type';
import { defineAction, isInputError } from '../../dist/actions/runtime/virtual/server.js';
import { z } from '../../zod.mjs';
const exampleAction = defineAction({
input: z.object({

View file

@ -4,6 +4,6 @@
"compilerOptions": {
"allowJs": true,
"emitDeclarationOnly": false,
"noEmit": true,
"noEmit": true
}
}