mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable processorSubType test
This commit is contained in:
parent
e37d0418bd
commit
1f1adde7f9
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ describe.concurrent('Apps', async () => {
|
||||||
expect( validCPUTypes.includes( scan.supportedArchitectures[0].processorType ) ).toBe( true )
|
expect( validCPUTypes.includes( scan.supportedArchitectures[0].processorType ) ).toBe( true )
|
||||||
|
|
||||||
// Expect that first of machoMeta.architectures has processorSubType as string
|
// Expect that first of machoMeta.architectures has processorSubType as string
|
||||||
expect( typeof scan.info.machoMeta.architectures[0].processorSubType ).toBeTruthy()
|
// expect( typeof scan.supportedArchitectures[0].processorSubType ).toBeTruthy()
|
||||||
|
|
||||||
// Export info.infoPlist to be none empty object
|
// Export info.infoPlist to be none empty object
|
||||||
expect( typeof scan.info.infoPlist ).toBe( 'object' )
|
expect( typeof scan.info.infoPlist ).toBe( 'object' )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue