Skip to content

Commit 588300c

Browse files
authored
Update index.spec.tsx
Reverting from 3.1.0 to 2.7.9
1 parent 5bccfb4 commit 588300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: __tests__/index.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jest.mock("load-script");
66
import loadScript from "load-script";
77
import { Node, Provider, Text } from "../src";
88

9-
const mathJaxUrl = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.1.0/es5/tex-chtml-full.min.js";
9+
const mathJaxUrl = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_CHTML";
1010

1111
describe("MathJax", () => {
1212
test("Node can be renderered without provider", () => {

0 commit comments

Comments
 (0)