Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Mar 7, 2025
1 parent 3f1ca1a commit d44984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/helpers/get-api-mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import nock from 'nock';

import config from '../../src/lib/config.js';
import { getUserAgent } from '../../src/lib/readmeAPIFetch.js';
import { readmeAPIv2Oas } from '../../src/lib/types.js';
import readmeAPIv2Oas from '../../src/lib/types/openapiDoc.js';

import { mockVersion } from './oclif.js';

Expand Down

0 comments on commit d44984a

Please sign in to comment.