Skip to content

Commit

Permalink
Merge pull request #168 from iambumblehead/update-changelog
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
iambumblehead authored Sep 29, 2022
2 parents 2c95935 + e779f78 commit 28cbda5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

* 2.0.4 _Sep.28.2022_
* [huge simplifications to typescript types file,](https://github.com/iambumblehead/esmock/pull/164) much smaller, credit @jsejcksn
* [added ts linting](https://github.com/iambumblehead/esmock/pull/166)
* 2.0.3 _Sep.24.2022_
* [simplify esmock.d.ts file,](https://github.com/iambumblehead/esmock/pull/163) reducing documentation and using shorter param names
* [simplify args normalization](https://github.com/iambumblehead/esmock/pull/162) and drop support for opts.parent
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esmock",
"type": "module",
"version": "2.0.3",
"version": "2.0.4",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import mocking for unit tests",
Expand Down
3 changes: 1 addition & 2 deletions src/esmock.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type MockFunction = {
/**
* By default, mock definitions are merged with the original module definitions.
* To avoid the default behaviour, use {@link esmock.strict}.
*
*/
declare const esmock: MockFunction & {
/**
Expand Down Expand Up @@ -77,4 +76,4 @@ export {
type MockFunction,
type MockMap,
type Options
}
}

0 comments on commit 28cbda5

Please sign in to comment.