mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
08baf56f32
commit
aa73316f20
2 changed files with 4 additions and 4 deletions
|
@ -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({
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"emitDeclarationOnly": false,
|
||||
"noEmit": true,
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue