mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Pass all message details through receivers
This commit is contained in:
parent
8a324777e0
commit
8b15f2580b
3 changed files with 7 additions and 5 deletions
|
|
@ -86,7 +86,9 @@ describe.concurrent('Apps', async () => {
|
|||
const file = await makeZipFromBundlePath( bundlePath )
|
||||
|
||||
// Scan the app
|
||||
const { scan } = await runScanWorker( file )
|
||||
const { scan } = await runScanWorker( file, ( details ) => {
|
||||
console.log( 'New message from runScanWorker:', details )
|
||||
} )
|
||||
|
||||
|
||||
it( `Can read info.plist for ${ appName } bundle` , () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue