mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Fix requiring symbols in test/symgroups.js (#1592)
This commit is contained in:
@@ -9,7 +9,8 @@ const opts = require("commander")
|
||||
"Print mismatches involving spacing commands")
|
||||
.parse(process.argv);
|
||||
|
||||
const symbols = require("../src/symbols");
|
||||
require('babel-register')({plugins: ["transform-es2015-modules-commonjs"]});
|
||||
const symbols = require("../src/symbols").default;
|
||||
const keys = Object.keys(symbols.math);
|
||||
keys.sort();
|
||||
const types = [
|
||||
|
Reference in New Issue
Block a user