Skip to content

Commit

Permalink
build: duplicate types failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 28, 2024
1 parent a388df0 commit 1168ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/express/test/BodyWrapper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IncomingMessage } from 'node:http'
import { expect } from 'chai'
import sinon from 'sinon'
import rdf from '@zazuko/env-node'
import type { Request } from 'express'
import type { Request } from 'express-serve-static-core'
import { BodyWrapper } from '../BodyWrapper.js'
import { ex } from '../../testing-helpers/ns.js'

Expand Down

0 comments on commit 1168ae5

Please sign in to comment.