Cleanup module tests missing
thenikso opened this issue · 0 comments
thenikso commented
Whoops forgot about those.
What the cleanup method does is to move the package artifact (a zip) where it would normally be if this plugin wasn't present at all. It then removes the webpack out directory basically leaving no trace that webpack was there at all.
This is not entirely useful if at all. Yet it should be unit tested and then changed if it is the case.