Socket
Socket
Sign inDemoInstall

karma-tfs-reporter

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

0

index.js

@@ -0,0 +0,0 @@ var path = require('path');

2

package.json
{
"name": "karma-tfs-reporter",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Karma plugin for reporting test results to TFS",

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

@@ -52,4 +52,4 @@ # karma-tfs-reporter

Git gud code br0.
See the results:
![test-results](https://cloud.githubusercontent.com/assets/5178445/20040962/daf0cc3c-a426-11e6-8467-82e0699b7fd1.png)

@@ -37,2 +37,6 @@ var uuid = require('node-uuid');

if(!testResults.specs.length) {
start = finish = new Date();
}
var specs = testResults.specs.map(spec => {

@@ -152,2 +156,2 @@ spec.suite = escape(spec.suite);

.end({pretty:true});
};
};

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc