mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
Fix test/symgroups.js (#2314)
I forgot to change it in #1595. Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
@@ -9,7 +9,7 @@ const opts = require("commander")
|
||||
"Print mismatches involving spacing commands")
|
||||
.parse(process.argv);
|
||||
|
||||
require('babel-register')({plugins: ["transform-es2015-modules-commonjs"]});
|
||||
require('@babel/register')({plugins: ["@babel/plugin-transform-modules-commonjs"]});
|
||||
const symbols = require("../src/symbols").default;
|
||||
const keys = Object.keys(symbols.math);
|
||||
keys.sort();
|
||||
|
Reference in New Issue
Block a user