mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Convert scanner test to module
This commit is contained in:
parent
44eef3d075
commit
4d690b1856
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ const tempPath = 'test/_artifacts/temp'
|
|||
const plainAppBundles = glob
|
||||
.sync( `${ appsPath }/**/*.app`, appGlobOptions )
|
||||
.filter( bundlePath => {
|
||||
return true
|
||||
// return bundlePath.includes( 'BlueJeans' )
|
||||
// return true
|
||||
return bundlePath.includes( 'App' )
|
||||
})
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue