Convertr scanner client to mjs

This commit is contained in:
Sam Carlton 2022-07-21 21:52:12 -05:00
parent 78f3b7a04a
commit ca58913ccc
3 changed files with 3 additions and 3 deletions

View file

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