parent
e28eeb0c2e
commit
a6256c672a
5 changed files with 14 additions and 8 deletions
|
@ -846,8 +846,8 @@ describe('app module', () => {
|
|||
|
||||
it('succeeds with complete GPUInfo', async () => {
|
||||
const completeInfo = await getGPUInfo('complete')
|
||||
if (process.platform === 'linux') {
|
||||
// For linux complete info is same as basic info
|
||||
if (process.platform === 'linux' || process.platform === 'darwin') {
|
||||
// For linux and macOS complete info is same as basic info
|
||||
await verifyBasicGPUInfo(completeInfo)
|
||||
const basicInfo = await getGPUInfo('basic')
|
||||
expect(completeInfo).to.deep.equal(basicInfo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue