* Check if we should run the cleaning step.
()
| 6978 | */ |
| 6979 | |
| 6980 | shouldClean() { |
| 6981 | return (_fs || _load_fs()).exists(path.join(this.config.lockfileFolder, (_constants || _load_constants()).CLEAN_FILENAME)); |
| 6982 | } |
| 6983 | |
| 6984 | /** |
| 6985 | * TODO |
no test coverage detected