(baseFilename = 'serverless')
| 66 | const getRcLocalPath = (baseFilename) => |
| 67 | path.join(process.cwd(), getRcFileName(baseFilename)) |
| 68 | const getRcDefaultPath = (baseFilename = 'serverless') => |
| 69 | path.join(os.homedir(), getRcFileName(baseFilename)) |
| 70 | const getRcDefaultConfigPath = (baseFilename) => |
| 71 | path.join(os.homedir(), '.config', getRcFileName(baseFilename)) |
| 72 |
no test coverage detected