Skip to content

Commit

Permalink
fix: another thing that fell through the cracks
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 7, 2023
1 parent 35e1199 commit 2b8cfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/lib/analyzeOas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { OASDocument } from 'oas/dist/rmoas.types.js';
import petstore from '@readme/oas-examples/3.0/json/petstore.json' assert { type: 'json' };
import { describe, it, expect } from 'vitest';

import analyzeOas, { getSupportedFeatures } from '../../src/lib/analyzeOas';
import analyzeOas, { getSupportedFeatures } from '../../src/lib/analyzeOas.js';

describe('#analyzeOas', () => {
it('should analyze an OpenAPI definition', async () => {
Expand Down

0 comments on commit 2b8cfc6

Please sign in to comment.