Convert scanner test to module

This commit is contained in:
Sam Carlton 2022-07-21 19:54:01 -05:00
parent cc2f2355fc
commit 8f9667c572

View file

@ -36,8 +36,8 @@ const tempPath = 'test/_artifacts/temp'
const plainAppBundles = glob const plainAppBundles = glob
.sync( `${ appsPath }/**/*.app`, appGlobOptions ) .sync( `${ appsPath }/**/*.app`, appGlobOptions )
.filter( bundlePath => { .filter( bundlePath => {
return true // return true
// return bundlePath.includes( 'BlueJeans' ) return bundlePath.includes( 'App' )
}) })