fast-check
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "fast-check", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Property based testing framework in TypeScript (like QuickCheck)", | ||
@@ -15,3 +15,2 @@ "main": "lib/fast-check.js", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter", | ||
"format:check": "prettier --list-different \"**/*.ts\"", | ||
@@ -41,3 +40,2 @@ "format:fix": "prettier --write \"**/*.ts\"", | ||
"browserify": "^16.2.0", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"coveralls": "^3.0.0", | ||
@@ -44,0 +42,0 @@ "mocha": "^5.1.1", |
@@ -7,8 +7,7 @@ # Fast Check | ||
![total downloads](https://img.shields.io/npm/dt/fast-check.svg) | ||
[![dependencies Status](https://david-dm.org/dubzzz/fast-check/status.svg)](https://david-dm.org/dubzzz/fast-check) | ||
[![devDependencies Status](https://david-dm.org/dubzzz/fast-check/dev-status.svg)](https://david-dm.org/dubzzz/fast-check?type=dev) | ||
[![Coverage Status](https://coveralls.io/repos/github/dubzzz/fast-check/badge.svg)](https://coveralls.io/github/dubzzz/fast-check) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/test_coverage)](https://codeclimate.com/github/dubzzz/fast-check/test_coverage) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/maintainability)](https://codeclimate.com/github/dubzzz/fast-check/maintainability) | ||
[![dependencies Status](https://david-dm.org/dubzzz/fast-check/status.svg)](https://david-dm.org/dubzzz/fast-check) | ||
[![devDependencies Status](https://david-dm.org/dubzzz/fast-check/dev-status.svg)](https://david-dm.org/dubzzz/fast-check?type=dev) | ||
@@ -15,0 +14,0 @@ ---- |
Sorry, the diff of this file is not supported yet
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
13
649841
402