Skip to content

Commit

Permalink
Fix TS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Feb 6, 2024
1 parent 4d13a9b commit e931ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { asValue, AwilixContainer } from 'awilix'
import fastify, { FastifyInstance } from 'fastify'
import { diContainer, FastifyAwilixOptions, fastifyAwilixPlugin, Cradle, RequestCradle } from './index'
import { diContainer as diContainerClassic } from './classic'
import { diContainer, diContainerClassic, FastifyAwilixOptions, fastifyAwilixPlugin, Cradle, RequestCradle } from './index'

import { expectAssignable, expectNotType, expectType } from 'tsd'

Expand Down

0 comments on commit e931ace

Please sign in to comment.