mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fixing UT
This commit is contained in:
@@ -11,7 +11,7 @@ describe('process module', function () {
|
||||
|
||||
describe('process.getIOCounters()', function () {
|
||||
it('returns an io counters object', function () {
|
||||
if (process.platform !== 'win32') {
|
||||
if (process.platform === 'darwin') {
|
||||
return
|
||||
}
|
||||
const ioCounters = process.getIOCounters()
|
||||
|
||||
Reference in New Issue
Block a user