* Get the project's customConfiguration * * @public * @returns {object} Custom Configuration
()
| 72 | * @returns {object} Custom Configuration |
| 73 | */ |
| 74 | getCustomConfiguration() { |
| 75 | return this._config.customConfiguration; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Get the path of the project's source directory. This might not be POSIX-style on some platforms. |
no outgoing calls
no test coverage detected