* The `__resetForTesting` puts things back in module scope. * * @private * @method __resetForTesting
()
| 251 | * @method __resetForTesting |
| 252 | */ |
| 253 | __resetForTesting() { |
| 254 | commands = originals; |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * The `_cleanDirs` method deals with sync issues between the |