|
|
|
@ -31,7 +31,7 @@ describe('CommandService - comando desconocido devuelve ayuda rápida', () => {
|
|
|
|
const msg = res[0].message;
|
|
|
|
const msg = res[0].message;
|
|
|
|
|
|
|
|
|
|
|
|
expect(msg).toContain('COMANDO NO RECONOCIDO');
|
|
|
|
expect(msg).toContain('COMANDO NO RECONOCIDO');
|
|
|
|
expect(msg).toContain('/t ayuda');
|
|
|
|
expect(msg).toContain('/t info');
|
|
|
|
expect(msg).toContain('/t mias');
|
|
|
|
expect(msg).toContain('/t mias');
|
|
|
|
expect(msg).toContain('/t web');
|
|
|
|
expect(msg).toContain('/t web');
|
|
|
|
expect(msg).toContain('/t configurar');
|
|
|
|
expect(msg).toContain('/t configurar');
|
|
|
|
|