Didn't run this on every single file because it messes up the formatting of the some of the TestRenderer constructions
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
module.exports = {
|
|
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
|
|
};
|