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:
ylemkimon
2020-08-03 06:09:51 +09:00
committed by GitHub
parent 891aae039e
commit 1ffb638da8

View File

@@ -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();