Questions et réponses pour le text-to-html :
Convertissez du texte brut en paragraphes HTML.
1
votes
Comment convertir du texte en HTML dans la fonction JavaScript et le tester unitaire avec jest
J'ai trouvé une fonction JavaScript qui convertit le texte en HTML. Voici la fonction import ToText from '../ToText'; it('check whether ToText function is working or not', () => { ...
javascript
unit-testing
jestjs
testing
text-to-html
1 commentaire(s)