directory-fixture-provider
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "directory-fixture-provider", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Provides directories for testing.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,13 +0,1 @@ | ||
<!--- destination qa rewrite begin --> | ||
### QA | ||
[![CircleCI](https://circleci.com/gh/vidaxl-com/cowlog/tree/master.svg?style=svg)](https://circleci.com/gh/vidaxl-com/cowlog/tree/master) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/d3fce811aecbe5c73ffb/test_coverage)](https://codeclimate.com/github/vidaxl-com/cowlog/test_coverage) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/d3fce811aecbe5c73ffb/maintainability)](https://codeclimate.com/github/vidaxl-com/cowlog/maintainability) | ||
<!--- | ||
[![Known Vulnerabilities](https://snyk.io/test/github/vidaxl-com/cowlog/badge.svg?targetFile=package.json)](https://snyk.io/test/github/vidaxl-com/cowlog?targetFile=package.json) | ||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvidaxl-com%2Fcowlog.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvidaxl-com%2Fcowlog?ref=badge_shield) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/vidaxl-com/cowlog.svg)](https://greenkeeper.io/) | ||
--> | ||
<!--- destination qa rewrite end --> | ||
# Installation | ||
@@ -52,3 +40,3 @@ ```bash | ||
This is how you start working with the tool, but the real fun just starts. | ||
This is how you start working with the tool, but the real fun starts. | ||
So you receive all files and subdirectories of the fixtures that subset what | ||
@@ -58,3 +46,3 @@ you were requesting too so in the example above the directory2 will be given back. | ||
We have a random part of the path that is unique per fixture provider, so if you | ||
need clean data, just create another directory-fixture-provider. | ||
need clean data, create another directory-fixture-provider. | ||
@@ -81,3 +69,3 @@ ## Check if your data has changed | ||
If a new file is added, deleted or an existing changed each counts as a change | ||
If a new file is added, deleted or an existing changed each count as a change | ||
here. | ||
@@ -100,3 +88,3 @@ | ||
Where it tells you how many files changed, delted or new | ||
Where it tells you how many files changed, deleted or new | ||
@@ -106,5 +94,5 @@ If a file is **deleted** it will increase the **changed** data tag too. | ||
# Milestones | ||
Create an awesome diff module for the getStatus resulting object. | ||
Create an excellent diff module for the getStatus resulting object. | ||
# More information | ||
This library helps you find changes modifications between your working and original fixture files. More examples are coming for more information, please check the [tests](./tests/tests/unit.js) | ||
This library helps you find changes modifications between your working and original fixture files. More examples are coming for more information; please check the [tests](./tests/tests/unit.js) |
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
158562
94