Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuk-browserstack committed Oct 17, 2023
1 parent a815c36 commit 6f461d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/env/src/utils.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import fs from 'fs';
import cp from 'child_process';
import logger from '@percy/logger';

let log = logger('cli');

const GIT_COMMIT_FORMAT = [
'COMMIT_SHA:%H',
Expand Down
2 changes: 0 additions & 2 deletions packages/env/test/defaults.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ describe('Defaults', () => {
});

describe('env PERCY_SKIP_GIT_CHECK', () => {

beforeEach(() => {
process.env.PERCY_SKIP_GIT_CHECK = true;
});
Expand All @@ -188,5 +187,4 @@ describe('Defaults', () => {
expect(env).toHaveProperty('git.sha', null);
});
});

});

0 comments on commit 6f461d8

Please sign in to comment.