Comparing version 0.0.1 to 0.0.2
@@ -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 @@ }; |
@@ -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). |
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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
17881
7
0
27
15
384