Skip to content

Commit

Permalink
add comma to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Sep 11, 2023
1 parent 7c7bc62 commit b703118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

**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]

_**Note: For versions of node prior to v20.6.0** "--loader" command line arguments must be used with `esmock` as demonstrated [in the wiki.][4] Current versions of node do not require "--loader"._
_**Note: For versions of node prior to v20.6.0,** "--loader" command line arguments must be used with `esmock` as demonstrated [in the wiki.][4] Current versions of node do not require "--loader"._

`esmock` has the below signature
``` javascript
Expand Down

0 comments on commit b703118

Please sign in to comment.