-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.0.0](v1.0.2...v2.0.0) (2023-11-01) ### ⚠ BREAKING CHANGES * method map values must now be wrapped in `Sinon.stub().returns()` ### Features * support stubbed properties as well as methods ([#12](#12)) ([42413b2](42413b2))
- Loading branch information
1 parent
42413b2
commit a51790a
Showing
2 changed files
with
12 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sinon-ts", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "sinon library extension to stub whole object and interfaces", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|