Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

112
Vistas
Can I overwrite xhr-mock routes at runtime?

I am using the xhr-mock library for my tests. I asked on their issues board, but got no answer so I am reposting here.

If I have a test suite where my beforeEach mocks a default response, how can I make it such that one test can overwrite the current mock?

I tried this but it did not overwrite:

mock.get('https://www.example.com/url', {
  status: 200,
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ a: 1 }),
});

mock.get('https://www.example.com/url', {
  status: 200,
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ a: 2 }),
});

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda