Skip to content

Commit

Permalink
typescript ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 27, 2023
1 parent 6f90c06 commit ff13ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('ServerChannelTransport', () => {
// @ts-expect-error (an internal API)
transport.socket.emit('connection', socket);

const input = { a: 1 };
const input: any = { a: 1 };
input.b = input;
socket.emit('message', stringify(input));

Expand Down

0 comments on commit ff13ab9

Please sign in to comment.