Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 22, 2024
1 parent 2655e74 commit 5cbd00c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __tests__/commands/docs/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { APIv1Error } from '../../../src/lib/apiError.js';
import { getAPIV1Mock, getAPIV1MockWithVersionHeader } from '../../helpers/get-api-mock.js';
import { after, before } from '../../helpers/get-gha-setup.js';
import hashFileContents from '../../helpers/hash-file-contents.js';
import { after as afterGHAEnv, before as beforeGHAEnv } from '../../helpers/setup-gha-env.js';
import { runCommand, runCommandWithHooks } from '../../helpers/oclif.js';
import { after as afterGHAEnv, before as beforeGHAEnv } from '../../helpers/setup-gha-env.js';

const fixturesBaseDir = '__fixtures__/docs';
const fullFixturesDir = `${__dirname}./../../${fixturesBaseDir}`;
Expand Down
2 changes: 1 addition & 1 deletion __tests__/commands/docs/single.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import Command from '../../../src/commands/docs/index.js';
import { APIv1Error } from '../../../src/lib/apiError.js';
import { getAPIV1Mock, getAPIV1MockWithVersionHeader } from '../../helpers/get-api-mock.js';
import hashFileContents from '../../helpers/hash-file-contents.js';
import { after as afterGHAEnv, before as beforeGHAEnv } from '../../helpers/setup-gha-env.js';
import { runCommand } from '../../helpers/oclif.js';
import { after as afterGHAEnv, before as beforeGHAEnv } from '../../helpers/setup-gha-env.js';

const fixturesBaseDir = '__fixtures__/docs';
const fullFixturesDir = `${__dirname}./../../${fixturesBaseDir}`;
Expand Down
2 changes: 1 addition & 1 deletion __tests__/commands/openapi/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import config from '../../../src/lib/config.js';
import petstoreWeird from '../../__fixtures__/petstore-simple-weird-version.json' with { type: 'json' };
import { getAPIV1Mock, getAPIV1MockWithVersionHeader } from '../../helpers/get-api-mock.js';
import { after, before } from '../../helpers/get-gha-setup.js';
import { after as afterGHAEnv, before as beforeGHAEnv } from '../../helpers/setup-gha-env.js';
import { runCommand } from '../../helpers/oclif.js';
import { after as afterGHAEnv, before as beforeGHAEnv } from '../../helpers/setup-gha-env.js';

let consoleInfoSpy: MockInstance;
let consoleWarnSpy: MockInstance;
Expand Down

0 comments on commit 5cbd00c

Please sign in to comment.