( file: string )
| 104 | |
| 105 | /** @param file Absolute path to the source file under test */ |
| 106 | export function checkForbiddenText( |
| 107 | file: string |
| 108 | ): ReturnType<typeof checkForbiddenTextWithRoot> { |
| 109 | return checkForbiddenTextWithRoot(file, ROOT); |
| 110 | } |