Skip to content

Commit

Permalink
update wording and description in README and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Jun 1, 2023
1 parent 46f27ec commit b2347f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```
[![npm][9]][7] [![coverage][8]][2] [![install size][6]][5] [![downloads][10]][7]

**esmock provides native ESM import mocking for unit tests.** Use examples below as a quick-start guide, see the [descriptive and friendly esmock guide here,][4] or browse [esmock's test runner examples.][3]
**esmock provides native ESM import and globals mocking for unit tests.** Use examples below as a quick-start guide, see the [descriptive and friendly esmock guide here,][4] or browse [esmock's test runner examples.][3]


`esmock` is used with node's --loader
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <chris@bumblehead.com>",
"main": "./src/esmock.js",
"exports": {
Expand Down Expand Up @@ -51,7 +51,10 @@
"modules",
"mocking",
"proxyquire",
"rewire"
"rewire",
"global",
"fetch",
"mock fetch"
],
"engines": {
"node": ">=14.16.0"
Expand Down

0 comments on commit b2347f2

Please sign in to comment.