Skip to content

Commit 079515f

Browse files
weswighamsandersn
andauthored
Update tests/cases/conformance/node/nodeModulesTripleSlashReferenceModeOverride3.ts
Co-authored-by: Nathan Shively-Sanders <[email protected]>
1 parent ffe16a4 commit 079515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/conformance/node/nodeModulesTripleSlashReferenceModeOverride3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ declare global {
2828
// @filename: /index.ts
2929
/// <reference types="pkg" resolution-mode="require" />
3030
foo;
31-
bar; // bar should resolve while foo should not, since even though index.js is esm, the refernce is cjs
31+
bar; // bar should resolve while foo should not, since even though index.js is esm, the reference is cjs
3232
export {};

0 commit comments

Comments
 (0)