(value)
| 38 | const VERIFICATION_SCRIPT_PATTERN = /(test|lint|typecheck|verify|check|doctor|gate|bench)/i; |
| 39 | |
| 40 | function normalizePath(value) { |
| 41 | return String(value || '').replace(/\\/g, '/'); |
| 42 | } |
| 43 | |
| 44 | function defaultOutputPath(rootDir) { |
| 45 | return path.join(rootDir, DEFAULT_OUTPUT_RELATIVE); |
no outgoing calls
no test coverage detected