Skip to content

Commit

Permalink
remove bolding
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 28, 2021
1 parent 0fa69e7 commit e1720a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ esmock



**esmock must be used with node's experimental --loader**
esmock must be used with node's experimental --loader
``` json
{
"name": "give-esmock-a-star",
Expand All @@ -24,7 +24,7 @@ esmock
}
```

**Use it** `await esmock('./to/module.js', childmocks, globalmocks)`
Use it `await esmock('./to/module.js', childmocks, globalmocks)`
``` javascript
import test from 'ava';
import esmock from 'esmock';
Expand Down

0 comments on commit e1720a0

Please sign in to comment.