This commit is contained in:
Hari Krishna Reddy Juturu 2017-05-04 12:27:47 -07:00
Родитель 8bc4d3f8bd
Коммит 656fb593b4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,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 !== 'win32') {
return; return
} }
var ioCounters = process.getIOCounters() var ioCounters = process.getIOCounters()
assert.equal(typeof ioCounters.readOperationCount, 'number') assert.equal(typeof ioCounters.readOperationCount, 'number')