add vinyl typings

This commit is contained in:
Philipp Kunz 2016-09-18 12:26:43 +02:00
parent 759e1655da
commit bef2bd6b3a
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -198,6 +198,7 @@ describe("smartfile".yellow,function(){
describe(".remote",function(){
describe("toGulpStreamSync()",function(){
it("should produce a gulp stream",function(done){
this.timeout(5000)
smartfile.remote.toGulpStreamSync("mytest.txt","https://raw.githubusercontent.com/pushrocks/smartfile/master/test/")
.pipe(smartfile.fs.toGulpDestSync("./test/temp/"))
.pipe(gFunction(done,"atEnd"));