Skip to content

Commit

Permalink
Merge pull request #14 from ShellyDCMS/ShellyDCMS-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ShellyDCMS authored Jun 22, 2024
2 parents 4f3d7b0 + 46976aa commit 96e0b8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

![ts-stubber](https://github.com/ShellyDCMS/ts-stubber/actions/workflows/npm-publish.yml/badge.svg)

![Branches](https://github.com/ShellyDCMS/ts-stubber/blob/badges/badges/coverage-branches.svg)
![Functions](https://github.com/ShellyDCMS/ts-stubber/blob/badges/badges/coverage-functions.svg)
![Lines](https://github.com/ShellyDCMS/ts-stubber/blob/badges/badges/coverage-lines.svg)
![Statements](https://github.com/ShellyDCMS/ts-stubber/blob/badges/badges/coverage-statements.svg)
![Coverage total](https://github.com/ShellyDCMS/ts-stubber/blob/badges/badges/coverage-total.svg)
![Branches](https://raw.githubusercontent.com/ShellyDCMS/ts-stubber/badges/badges/coverage-branches.svg)
![Functions](https://raw.githubusercontent.com/ShellyDCMS/ts-stubber/badges/badges/coverage-functions.svg)
![Lines](https://raw.githubusercontent.com/ShellyDCMS/ts-stubber/badges/badges/coverage-lines.svg)
![Statements](https://raw.githubusercontent.com/ShellyDCMS/ts-stubber/badges/badges/coverage-statements.svg)
![Coverage total](https://raw.githubusercontent.com/ShellyDCMS/ts-stubber/badges/badges/coverage-total.svg)

A generic stubbed instance creator to lazy stub any interface/class, while completely avoiding calling class's constructor.
Thus, enabling both avoiding side effects that may occur while class constructor is activated and mocking Classes with no default constructor.
Expand Down Expand Up @@ -98,4 +98,4 @@ it("should have own property given property is set", () => {

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
This project is licensed under the MIT License - see the [LICENSE.md](https://raw.githubusercontent.com/ShellyDCMS/ts-stubber/main/LICENSE.md) file for details
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-stubber",
"description": "Lazy Stubbing a TypeScript Class or Interface with any Mocking Framework for testing in Isolation",
"version": "1.0.7",
"version": "1.0.8",
"author": "Shelly Goldblit",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 96e0b8b

Please sign in to comment.