gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 51 forks source link

Test refactor #72

Closed phated closed 7 years ago

phated commented 8 years ago

Need to bring the tests inline with other repos, switch from should to expect.

phated commented 7 years ago

Assigned to @contra incase he has time to align these tests with the other repositories (vinyl-fs is probably the best example for streams testing)

yocontra commented 7 years ago

@phated What repo should I look at to compare with? vinyl-fs?

phated commented 7 years ago

@contra yeah, vinyl-fs has refactored/updated tests that use mississippi utilities for testing.

phated commented 7 years ago

Thanks @contra. I'm going to reopen because there are some stream tweaks I want to make (e.g. Using pump to handle errors, etc)