Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jun 2, 2021
1 parent 6e5315d commit 20a73e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/babel-cli/test/index.js
Expand Up @@ -7,6 +7,7 @@ import path from "path";
import fs from "fs";
import { fileURLToPath } from "url";
import { createRequire } from "module";
import { jest } from "@jest/globals";

import { chmod } from "../lib/babel/util";

Expand Down
@@ -1,3 +1,3 @@
/* eslint-disable @babel/development/plugin-name */

export { default } from "@babel/plugin-transform-react-jsx/lib/development";
export { default } from "@babel/plugin-transform-react-jsx/lib/development.js";

0 comments on commit 20a73e6

Please sign in to comment.