* Check if we should run the cleaning step.
()
| 7067 | */ |
| 7068 | |
| 7069 | shouldClean() { |
| 7070 | return (_fs || _load_fs()).exists(path.join(this.config.lockfileFolder, (_constants || _load_constants()).CLEAN_FILENAME)); |
| 7071 | } |
| 7072 | |
| 7073 | /** |
| 7074 | * TODO |
no test coverage detected