(tmpPath, preserve)
| 27 | // After should listen to the user via the config |
| 28 | // Before should always purge .tmp irregardless of config |
| 29 | function after (tmpPath, preserve) { |
| 30 | clean(tmpPath, preserve); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Copies the .tmp folder to the artifacts folder, |
no test coverage detected