mirror of
https://github.com/honojs/hono.git
synced 2024-11-24 11:07:29 +01:00
chore(test): suppress no-unused-vars 'x' is assigned a value but only used as a type (#3451)
This commit is contained in:
parent
f87c22104e
commit
bc20d30118
@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
import { expectTypeOf } from 'vitest'
|
||||
import { Hono } from '..'
|
||||
import { upgradeWebSocket } from '../adapter/deno/websocket'
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
import { expectTypeOf } from 'vitest'
|
||||
import { hc } from '../../client'
|
||||
import type { ClientRequest } from '../../client/types'
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
/** @jsxImportSource ../../jsx */
|
||||
import { Hono } from '../../hono'
|
||||
import { poweredBy } from '../../middleware/powered-by'
|
||||
|
Loading…
Reference in New Issue
Block a user