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-09 19:55:39 +00:00 committed by Emanuele Stoppa
parent 908c3d8301
commit 0c35b94ae1
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
}
}