%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/v8-coverage/
Upload File :
Create Path :
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/v8-coverage/interval.js

'use strict';
let counter = 0;
let result;
const TEST_INTERVALS = parseInt(process.env.TEST_INTERVALS) || 1;

const i = setInterval(function interval() {
  counter++;
  if (counter < TEST_INTERVALS) {
    result = 1;
  } else {
    result = process.hrtime();
    clearInterval(i);
  }
}, 100);

Zerion Mini Shell 1.0