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 () {
|
describe('process.getIOCounters()', function () {
|
||||||
it('returns an io counters object', function () {
|
it('returns an io counters object', function () {
|
||||||
if (process.platform !== 'win32') {
|
if (process.platform === 'darwin') {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const ioCounters = process.getIOCounters()
|
const ioCounters = process.getIOCounters()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue