Skip to content

Commit

Permalink
fixup! test: remove duplicated test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
unseen1980 committed Sep 1, 2024
1 parent 94ee9b9 commit b55ca4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/internal/modules/cjs/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -1571,11 +1571,6 @@ function getMaybeCachedSource(mod, filename) {
return content;
}

/**
* Built-in handler for `.cts` files.
* @param {Module} module The module to compile
* @param {string} filename The file path of the module
*/
function loadCTS(module, filename) {
if (isUnderNodeModules(filename)) {
throw new ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING(filename);
Expand Down

0 comments on commit b55ca4c

Please sign in to comment.