jasmine-slow-spec-reporter
Advanced tools
Comparing version 0.0.1 to 0.2.0
@@ -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() |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42970
10
137
3