Files
ldap-to-oauth2/node_modules/@ldapjs/controls/coverage-map.js
2025-10-08 11:12:59 -04:00

14 lines
381 B
JavaScript

module.exports = testFile => {
if (testFile.startsWith('virtual-list-view-request-control') === true) {
// Do not count towards coverage as it is disabled.
return false
}
if (testFile.startsWith('virtual-list-view-response-control') === true) {
// Do not count towards coverage as it is disabled.
return false
}
testFile.replace(/\.test\.js$/, '.js')
}