@@ -375,6 +375,7 @@ describe('index', () => {
375
375
assert . equal ( typeof index . glob . isDynamicPattern , 'function' , 'index.glob.isDynamicPattern' )
376
376
assert . equal ( typeof index . glob . isGitIgnored , 'function' , 'index.glob.isGitIgnored' )
377
377
assert . equal ( typeof index . glob . isGitIgnoredSync , 'function' , 'index.glob.isGitIgnoredSync' )
378
+ assert . equal ( typeof index . glob . sync , 'function' , 'index.glob.sync' )
378
379
assert . equal ( typeof index . globby , 'function' , 'index.globby' )
379
380
assert . equal ( typeof index . globby . convertPathToPattern , 'function' , 'index.globby.convertPathToPattern' )
380
381
assert . equal ( typeof index . globby . generateGlobTasks , 'function' , 'index.globby.generateGlobTasks' )
@@ -385,6 +386,7 @@ describe('index', () => {
385
386
assert . equal ( typeof index . globby . isDynamicPattern , 'function' , 'index.globby.isDynamicPattern' )
386
387
assert . equal ( typeof index . globby . isGitIgnored , 'function' , 'index.globby.isGitIgnored' )
387
388
assert . equal ( typeof index . globby . isGitIgnoredSync , 'function' , 'index.globby.isGitIgnoredSync' )
389
+ assert . equal ( typeof index . globby . sync , 'function' , 'index.globby.sync' )
388
390
assert . equal ( typeof index . kill , 'function' , 'index.kill' )
389
391
assert . equal ( typeof index . log , 'function' , 'index.log' )
390
392
assert . equal ( typeof index . minimist , 'function' , 'index.minimist' )
@@ -639,6 +641,7 @@ describe('vendor', () => {
639
641
assert . equal ( typeof vendor . glob . isDynamicPattern , 'function' , 'vendor.glob.isDynamicPattern' )
640
642
assert . equal ( typeof vendor . glob . isGitIgnored , 'function' , 'vendor.glob.isGitIgnored' )
641
643
assert . equal ( typeof vendor . glob . isGitIgnoredSync , 'function' , 'vendor.glob.isGitIgnoredSync' )
644
+ assert . equal ( typeof vendor . glob . sync , 'function' , 'vendor.glob.sync' )
642
645
assert . equal ( typeof vendor . minimist , 'function' , 'vendor.minimist' )
643
646
assert . equal ( typeof vendor . ps , 'object' , 'vendor.ps' )
644
647
assert . equal ( typeof vendor . ps . kill , 'function' , 'vendor.ps.kill' )
0 commit comments