Fixing UT
This commit is contained in:
parent
6b51c25820
commit
07d8dfaa53
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue