mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +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 describe: false */
|
||||
|
||||
const splitAtDelimiters = require("./splitAtDelimiters");
|
||||
import splitAtDelimiters from "../splitAtDelimiters";
|
||||
|
||||
beforeEach(function() {
|
||||
expect.extend({
|
Reference in New Issue
Block a user