Skip to content

Commit 66300fe

Browse files
unseen1980aduh95
authored andcommitted
fixup! test: remove duplicated test descriptions
1 parent b4b04ce commit 66300fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/internal/modules/cjs/loader.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,11 +1582,6 @@ function getMaybeCachedSource(mod, filename) {
15821582
return content;
15831583
}
15841584

1585-
/**
1586-
* Built-in handler for `.cts` files.
1587-
* @param {Module} module The module to compile
1588-
* @param {string} filename The file path of the module
1589-
*/
15901585
function loadCTS(module, filename) {
15911586
if (isUnderNodeModules(filename)) {
15921587
throw new ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING(filename);

0 commit comments

Comments
 (0)