import { renderMsg } from './message';
describe('renderMsg', () => {
it('should render message with reasoning and output tag adjacent correctly', () => {
const problematicText =
'Reasoning...
L\'utente vuole che io elenchi i parametri dell\'ALBERO ESISTENTE.
Recupero tutti i 7 parametri dell\'ALBERO ESISTENTE...
' ); }); });