UNPKG
@nteract/mathjax
Version:
latest (4.0.16)
prerelease (4.0.8-alpha.0)
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.8-alpha.0
4.0.7
4.0.7-alpha.0
4.0.6-alpha.0
4.0.5
4.0.5-alpha.0
4.0.4-alpha.0
4.0.3-alpha.0
4.0.2
4.0.1
4.0.0
3.0.5-alpha.0
3.0.4-alpha.0
3.0.3-alpha.0
3.0.1
3.0.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
0.0.2
React components for MathJax
github.com/nteract/mathjax
nteract/mathjax
@nteract/mathjax
/
jest.config.js
8 lines
(7 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { timers:
"fake"
, transform: {
"^.+\\.(ts|tsx)$"
:
"ts-jest"
}, setupFilesAfterEnv: [
"./test-setup.js"
] };