Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 616624d

Browse files
authoredFeb 24, 2024··
chore(internal): fix ecosystem tests (#693)
1 parent b1c6171 commit 616624d

File tree

1 file changed

+0
-1
lines changed
  • ecosystem-tests/node-ts-cjs-auto/moduleResolution/node

1 file changed

+0
-1
lines changed
 

‎ecosystem-tests/node-ts-cjs-auto/moduleResolution/node/type-tests.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ async function typeTests() {
99
model: 'whisper-1',
1010
})
1111
.asResponse();
12-
// @ts-expect-error this doesn't work with "moduleResolution": "node"
1312
response.body;
1413
}

0 commit comments

Comments
 (0)
Please sign in to comment.