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

grouch

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grouch - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

5

lib/grouch.js

@@ -31,6 +31,5 @@ /**

//console.log(dirCollection);
jasmineRunner(dirCollection.src, dirCollection.srcTest, dirCollection.mock, suppliedOptions.codeCoverage, function(){
console.log("Test Runner: " + path.resolve(process.cwd(), "node_modules/grouch/_SpecRunner.html"));
console.log("Code Coverage: " + path.resolve(process.cwd(), "node_modules/grouch/coverage/index.html"));
console.log("Test Runner: " + path.resolve(process.cwd(), "_SpecRunner.html"));
console.log("Code Coverage: " + path.resolve(process.cwd(), "coverage/index.html"));
});

@@ -37,0 +36,0 @@ };

9

lib/jasmineRunner.js

@@ -10,5 +10,12 @@ /**

var grunt = require("grunt");
var cwd = process.cwd();
grunt.task.init = function(){};
//Load specific task functionality
// jump out of tasks subdir, this is a work around,
// reference dicussion on grunt github issue #696
process.chdir(path.join(__dirname, "/.."));
grunt.loadNpmTasks("grunt-contrib-jasmine");
process.chdir(cwd);

@@ -84,3 +91,3 @@ /**

grunt.registerTask("jasmineTest", ["usetheforce_on", "jasmine:js"]);
grunt.tasks(["jasmineTest"], {}, function(a, b){
grunt.tasks(["jasmineTest"], {}, function(){
if(callback){

@@ -87,0 +94,0 @@ callback();

{
"name" : "grouch",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "Run test files",

@@ -34,5 +34,2 @@ "author" : "Gyandeep Singh <gyandeeps@gmail.com>",

},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"engines": {

@@ -54,3 +51,4 @@ "node": ">=0.10.28"

"code quality"
]
}
],
"preferGlobal": true
}

@@ -0,1 +1,4 @@

[![NPM version](https://badge.fury.io/js/grouch.svg)](http://badge.fury.io/js/grouch)
[![Build Status](https://travis-ci.org/gyandeeps/grouch.svg?branch=master)](http://travis-ci.org/gyandeeps/grouch)
Grouch

@@ -21,1 +24,5 @@ ======

```
##Future
Check out the [Grouch Roadmap](https://github.com/gyandeeps/grouch/wiki/Release-Goals).
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