Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "testcheck", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Property testing for JavaScript", | ||
@@ -12,3 +12,3 @@ "homepage": "https://github.com/leebyron/testcheck-js", | ||
"type": "git", | ||
"url": "https://github.com/leebyron/testcheck-js" | ||
"url": "git://github.com/leebyron/testcheck-js" | ||
}, | ||
@@ -15,0 +15,0 @@ "bugs": { |
@@ -13,5 +13,7 @@ Generative property testing for JavaScript | ||
### Use Jasmine? | ||
### Use Jasmine or Mocha? | ||
`testcheck-js` is a testing utility and not a full test running solution. If you | ||
`testcheck-js` is a testing utility and not a full test running solution. | ||
If you | ||
use [Jasmine](http://jasmine.github.io/) then check out | ||
@@ -21,3 +23,8 @@ [`jasmine-check`](https://github.com/leebyron/jasmine-check/), a testcheck | ||
If you | ||
use [Mocha](http://visionmedia.github.io/mocha/) then check out | ||
[`mocha-check`](https://github.com/leebyron/mocha-check/), a testcheck | ||
Mocha plugin. | ||
### Atop the shoulders of giants | ||
@@ -24,0 +31,0 @@ |
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
154237
297