Skip to content

Commit 6101370

Browse files
committed
test: check for jsdoccomment bug
1 parent 36f23af commit 6101370

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/rules/assertions/checkAccess.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,13 @@ export default {
287287
},
288288
},
289289
},
290+
{
291+
code: `
292+
(function(exports, require, module, __filename, __dirname) {
293+
// Module code actually lives in here
294+
});
295+
`,
296+
ignoreReadme: true,
297+
},
290298
],
291299
};

0 commit comments

Comments
 (0)