Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jasmine-slow-spec-reporter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-slow-spec-reporter - npm Package Compare versions

Comparing version 0.0.1 to 0.2.0

.package.json.swp

5

lib/slow_reporter.js

@@ -47,7 +47,6 @@ const chalk = require('chalk')

const slowRecords = this.getSlowRecords()
const thresholdMs = this._thresholdMs
console.log(blue('Finished suite slow spec threshold:', thresholdMs, 'ms'))
console.log(blue('Finished suite slow spec threshold:', this._thresholdMs, 'ms'))
console.group()
slowRecords.forEach(slowRecord => {
console.log(orange(slowRecord.durationMs, 'ms', slowRecord.fullName))
console.log(orange(`${slowRecord.durationMs}ms`, slowRecord.fullName))
})

@@ -54,0 +53,0 @@ console.groupEnd()

2

package.json
{
"name": "jasmine-slow-spec-reporter",
"version": "0.0.1",
"version": "0.2.0",
"description": "Slow test reporter for jasmine",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc