Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Feb 26, 2024
1 parent 1270ec0 commit 45d2d29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

_**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: Typescript loaders** `ts-node` πŸ‘ and `tsm` πŸ‘ are compatible with other loaders, [including esmock.][11] `swc` πŸ‘Ž and `tsx` πŸ‘Ž are demonstrated as **incompatible** with other loaders, including esmock._
_**Note: Typescript loaders** `ts-node` πŸ‘ and `tsm` πŸ‘ are compatible with other loaders, [including esmock.][3] `swc` πŸ‘Ž and `tsx` πŸ‘Ž are demonstrated as **incompatible** with other loaders, including esmock._

`esmock` has the below signature
```js
Expand Down Expand Up @@ -95,12 +95,11 @@ test('esmock.strict mocks', async () => {
[0]: https://www.bumblehead.com "bumblehead"
[1]: https://github.com/iambumblehead/esmock/workflows/nodejs-ci/badge.svg "nodejs-ci pipeline"
[2]: https://github.com/iambumblehead/esmock "esmock"
[3]: https://github.com/iambumblehead/esmock/tree/master/tests "tests"
[3]: https://github.com/iambumblehead/esmock/tree/main/tests "tests"
[4]: https://github.com/iambumblehead/esmock/wiki
[5]: https://packagephobia.now.sh/result?p=esmock
[6]: https://packagephobia.now.sh/badge?p=esmock
[7]: https://www.npmjs.com/package/esmock
[8]: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/iambumblehead/166d927bd0089d7bfdee4e98a537712c/raw/esmock__heads_master.json
[9]: https://img.shields.io/npm/v/esmock
[10]: https://badgen.now.sh/npm/dm/esmock
[11]: https://github.com/iambumblehead/esmock/tree/main/tests

0 comments on commit 45d2d29

Please sign in to comment.