-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84de13f
commit 3d2e6ad
Showing
23 changed files
with
1,610 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"threshold": 5, | ||
"reporters": ["console", "badge"], | ||
"absolute": true, | ||
"gitignore": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# foundation | ||
|
||
[![CircleCI](https://circleci.com/gh/js-items/foundation.svg?style=svg)](https://circleci.com/gh/js-items/foundation) | ||
[![codecov](https://codecov.io/gh/js-items/foundation/branch/master/graph/badge.svg)](https://codecov.io/gh/js-items/foundation) | ||
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/js-items/foundation.svg) | ||
![jscpd](report/jscpd-badge.svg) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/js-items/foundation/badge.svg?targetFile=package.json)](https://snyk.io/test/github/js-items/foundation?targetFile=package.json) | ||
|
||
- Provides set of interfaces, utils and tests for concrete implementations of js-items repositories | ||
Provides set of interfaces, utils and tests for concrete implementations of js-items repositories | ||
|
||
## Installation | ||
|
||
`npm i -D @js-items/foundation` | ||
|
||
This package is heavily inspired by: | ||
|
||
- [js-entity-repos](https://github.com/js-entity-repos) | ||
|
||
Credits: | ||
- [ryansmith94](https://github.com/ryansmith94) | ||
|
||
- [ryansmith94](https://github.com/ryansmith94) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Options from "../../interfaces/Options"; | ||
import { Options } from "../../interfaces"; | ||
import { TestItem } from "../utils/testItem"; | ||
declare const _default: ({ facade }: Options<TestItem>) => void; | ||
export default _default; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.