gulpjs / gulp-cli

Command Line Interface for gulp.
MIT License
401 stars 106 forks source link

fix: remove moveDrive logic in test #252

Closed sttk closed 10 months ago

sttk commented 10 months ago

Resolves #247.

This moveDrive logic was implemented to avoid an error in a test case. Now, that test case passes without this logic.