create-jest-runner
Advanced tools
Comparing version 0.1.1 to 0.2.0-0
@@ -6,2 +6,3 @@ 'use strict'; | ||
var pass = require('./pass'); | ||
var skip = require('./skip'); | ||
@@ -11,3 +12,4 @@ module.exports = { | ||
fail, | ||
pass | ||
pass, | ||
skip | ||
}; |
{ | ||
"name": "create-jest-runner", | ||
"version": "0.1.1", | ||
"version": "0.2.0-0", | ||
"main": "build/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Rogelio Guzman <rogelioguzmanh@gmail.com>", |
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
21813
13
404