ivogabe / gulp-typescript

A TypeScript compiler for gulp with incremental compilation support.
MIT License
831 stars 129 forks source link

Tests ignore missing files #633

Open ivogabe opened 4 years ago

ivogabe commented 4 years ago

@edsrzf in #631

I found it actually passed even before making the change because gulp-diff only checks the files that exist in the stream. For example, if the stream is empty, the test will pass, even if there are files in the baseline directory.