Skip to content

Commit

Permalink
test: check for jsdoccomment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Apr 24, 2022
1 parent 36f23af commit 6101370
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/rules/assertions/checkAccess.js
Expand Up @@ -287,5 +287,13 @@ export default {
},
},
},
{
code: `
(function(exports, require, module, __filename, __dirname) {
// Module code actually lives in here
});
`,
ignoreReadme: true,
},
],
};

0 comments on commit 6101370

Please sign in to comment.