add vinyl typings
This commit is contained in:
parent
759e1655da
commit
bef2bd6b3a
File diff suppressed because one or more lines are too long
@ -198,6 +198,7 @@ describe("smartfile".yellow,function(){
|
|||||||
describe(".remote",function(){
|
describe(".remote",function(){
|
||||||
describe("toGulpStreamSync()",function(){
|
describe("toGulpStreamSync()",function(){
|
||||||
it("should produce a gulp stream",function(done){
|
it("should produce a gulp stream",function(done){
|
||||||
|
this.timeout(5000)
|
||||||
smartfile.remote.toGulpStreamSync("mytest.txt","https://raw.githubusercontent.com/pushrocks/smartfile/master/test/")
|
smartfile.remote.toGulpStreamSync("mytest.txt","https://raw.githubusercontent.com/pushrocks/smartfile/master/test/")
|
||||||
.pipe(smartfile.fs.toGulpDestSync("./test/temp/"))
|
.pipe(smartfile.fs.toGulpDestSync("./test/temp/"))
|
||||||
.pipe(gFunction(done,"atEnd"));
|
.pipe(gFunction(done,"atEnd"));
|
||||||
|
Loading…
Reference in New Issue
Block a user