@ldapjs/controls
Version:
LDAP control objects
14 lines (11 loc) • 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')
}