Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

320
Visualizações
TypeError: this.io.in(...).emit is not a function

I mocked in and emit to test this.io.in(room).emit(eventName, result); using jest

this.io.in(room).emit(eventName, result);

this.io.in(room) is working well but I am not sure how to deal with .emit(eventName, result);

here is code

export interface ServerToClientEvents {
 
  [EVENTNAME]: (payload: payload[]) => void;
}
import {   BroadcastOperator, Server } from "socket.io";
import { ServerToClientEvents } from "../../common/Interfaces";

export class MockIo extends Server {
  hasEmitted = false;
  hasEmittedData: string[] = [];
  hasEmittedEventName: string | symbol = "";
  room: string | string[];

  constructor() {
    super();
  }

  emit(event: string | symbol, ...args: any[]): boolean {
    this.hasEmitted = true;
    this.hasEmittedData = args;
    this.hasEmittedEventName = event;
    return true;
  }
 
   in(room: string | string[]): BroadcastOperator<ServerToClientEvents,any> {
     this.room = room;

      return this.emit.bind(this) ;
   }
  
}
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda