fix: fix test describe message
This commit is contained in:
parent
aa085a3e76
commit
4925e9174e
@ -1375,7 +1375,7 @@ describe('#convert', () => {
|
||||
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 = `
|
||||
<root>
|
||||
<math xmlns = "http://www.w3.org/1998/Math/MathML">
|
||||
@ -1389,7 +1389,7 @@ describe('#convert', () => {
|
||||
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 = `
|
||||
<root>
|
||||
<math xmlns = "http://www.w3.org/1998/Math/MathML">
|
||||
|
Loading…
Reference in New Issue
Block a user