Skip to content

Commit

Permalink
Bringing destructuring format in compliance with Facebook style
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonVolo committed May 30, 2022
1 parent 060bfb9 commit 67f9953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/__tests__/jscodeshift-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const path = require('path');
const temp = require('temp');
const mkdirp = require('mkdirp');
const testUtils = require('../../utils/testUtils');
const { chdir } = require('process');
const {chdir} = require('process');

const createTransformWith = testUtils.createTransformWith;
const createTempFileWith = testUtils.createTempFileWith;
Expand Down

0 comments on commit 67f9953

Please sign in to comment.