From 2b8cfc67572f958c3ab66c675b95fc056a938c46 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Thu, 7 Sep 2023 15:13:16 -0500 Subject: [PATCH] fix: another thing that fell through the cracks --- __tests__/lib/analyzeOas.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/lib/analyzeOas.test.ts b/__tests__/lib/analyzeOas.test.ts index b86390678..68cffd69b 100644 --- a/__tests__/lib/analyzeOas.test.ts +++ b/__tests__/lib/analyzeOas.test.ts @@ -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 () => {