Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Oct 10, 2023
1 parent 23e6a50 commit 31a11d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/framework/tests/application-server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ describe('application-server', () => {

const rpcServerMock: RpcServerInterface = {
start: jest.fn((
options,
createRpcConnection
options: any,
createRpcConnection: any
) => wsServerMock.on('connection', (ws: any, req: HttpRequest) => {
createRpcConnection({
write: jest.fn(),
Expand Down

0 comments on commit 31a11d5

Please sign in to comment.