Skip to content

Commit d6aef55

Browse files
author
Sebastian Silbermann
committed
format
1 parent 497ec97 commit d6aef55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/__tests__/types-react-codemod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe("types-react-codemod", () => {
77
const exec = promisify(childProcess.exec);
88
const typesReactCodemodBin = path.join(
99
__dirname,
10-
"../types-react-codemod.cjs"
10+
"../types-react-codemod.cjs",
1111
);
1212
function execTypesReactCodemod(args) {
1313
return exec(`${typesReactCodemodBin} ${args}`, {});

0 commit comments

Comments
 (0)