fix: fix test describe message

This commit is contained in:
Alexandre Nunes 2020-09-17 11:29:43 -03:00
parent aa085a3e76
commit 4925e9174e

@ -1375,7 +1375,7 @@ describe('#convert', () => {
expect(result).toBe('\\text{ Theorem of Pythagoras }'); expect(result).toBe('\\text{ Theorem of Pythagoras }');
}); });
describe('mtext with mathvariant attribute setted as "normal"', () => { describe('mtext with mathvariant attribute setted as "bold"', () => {
const mathml = ` const mathml = `
<root> <root>
<math xmlns = "http://www.w3.org/1998/Math/MathML"> <math xmlns = "http://www.w3.org/1998/Math/MathML">
@ -1389,7 +1389,7 @@ describe('#convert', () => {
expect(result).toBe('\\textbf{ Theorem of Pythagoras }'); expect(result).toBe('\\textbf{ Theorem of Pythagoras }');
}); });
describe('mtext with mathvariant attribute setted as "normal"', () => { describe('mtext with mathvariant attribute setted as "italic"', () => {
const mathml = ` const mathml = `
<root> <root>
<math xmlns = "http://www.w3.org/1998/Math/MathML"> <math xmlns = "http://www.w3.org/1998/Math/MathML">