UNPKG
react-katex
Version:
latest (3.1.0)
3.1.0
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Display math in TeX with KaTeX and ReactJS
github.com/talyssonoc/react-katex
talyssonoc/react-katex
react-katex
/
tests
/
components
/
BlockMath.spec.js
9 lines
(7 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
BlockMath
}
from
'../../src'
;
import
sharedExamples
from
'../sharedExamples'
;
describe
(
'BlockMath'
,
function
(
) {
sharedExamples
(
BlockMath
, {
displayMode
:
true
, }); });