mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-09 13:08:40 +00:00
Move auto-render-spec.js to ./test (#1071)
Fixed jest not running auto-render-spec.js + Changed `require` to `import`
This commit is contained in:
committed by
Kevin Barabash
parent
ffcbaf1b98
commit
4a11c3166d
@@ -3,7 +3,7 @@
|
|||||||
/* global it: false */
|
/* global it: false */
|
||||||
/* global describe: false */
|
/* global describe: false */
|
||||||
|
|
||||||
const splitAtDelimiters = require("./splitAtDelimiters");
|
import splitAtDelimiters from "../splitAtDelimiters";
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
expect.extend({
|
expect.extend({
|
Reference in New Issue
Block a user