From fe2434284a91d424510873a18079b8870469c672 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:51:38 +0000 Subject: [PATCH] chore(internal): fix typo in comment (#456) --- ecosystem-tests/node-ts-esm/tests/test-esnext.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ecosystem-tests/node-ts-esm/tests/test-esnext.ts b/ecosystem-tests/node-ts-esm/tests/test-esnext.ts index 7fafdae10..d3b77971e 100644 --- a/ecosystem-tests/node-ts-esm/tests/test-esnext.ts +++ b/ecosystem-tests/node-ts-esm/tests/test-esnext.ts @@ -1,5 +1,3 @@ -// shouldn't need extension, but Jest's ESM module resolution is broken -// however, using .mjs doesn't set the right typings with "moduleResolution": "node"...argh import 'openai/shims/node.mjs'; import OpenAI from 'openai'; import { distance } from 'fastest-levenshtein';