Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
chore: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jul 2, 2021
1 parent 6ab771c commit ca2d65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/utils/command.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-magic-numbers */
import nock from 'nock';
import path, { resolve } from 'path';
import path, {resolve} from 'path';
import {
generateContext,
testEnv,
Expand All @@ -12,8 +12,8 @@ import {
disableNetConnect,
getApiFixture,
} from '@technote-space/github-action-test-helper';
import { Logger } from '@technote-space/github-action-log-helper';
import { getGitDiff, getFileDiff, getDiffFiles, sumResults } from '../../src/utils/command';
import {Logger} from '@technote-space/github-action-log-helper';
import {getGitDiff, getFileDiff, getDiffFiles, sumResults} from '../../src/utils/command';

const rootDir = path.resolve(__dirname, '../..');
const fixtureRootDir = resolve(__dirname, '..', 'fixtures');
Expand Down

0 comments on commit ca2d65c

Please sign in to comment.