(options = {})
| 149 | } |
| 150 | |
| 151 | function resolveCommandCwd(options = {}) { |
| 152 | return options.cwd ? path.resolve(process.cwd(), options.cwd) : process.cwd(); |
| 153 | } |
| 154 | |
| 155 | function resolveCommandWorkspace(options = {}) { |
| 156 | return resolveWorkspaceRoot(resolveCommandCwd(options)); |
no outgoing calls
no test coverage detected