-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update wording and description in README and package.json
- Loading branch information
1 parent
46f27ec
commit b2347f2
Showing
2 changed files
with
6 additions
and
3 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"version": "2.3.1", | ||
"license": "ISC", | ||
"readmeFilename": "README.md", | ||
"description": "provides native ESM import mocking for unit tests", | ||
"description": "provides native ESM import and globals mocking for unit tests", | ||
"author": "chris <[email protected]>", | ||
"main": "./src/esmock.js", | ||
"exports": { | ||
|
@@ -51,7 +51,10 @@ | |
"modules", | ||
"mocking", | ||
"proxyquire", | ||
"rewire" | ||
"rewire", | ||
"global", | ||
"fetch", | ||
"mock fetch" | ||
], | ||
"engines": { | ||
"node": ">=14.16.0" | ||
|