Skip to content

Commit

Permalink
small change to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Dec 6, 2021
1 parent e64e468 commit 94c9edb
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 @@ -29,7 +29,7 @@ esmock
await esmock(
'./to/module.js', // path to target module being tested
{ ...childmocks }, // mock definitions imported by target module
{ ...globalmocks } // mock definitions imported everywhere else
{ ...globalmocks } // mock definitions imported everywhere
);
```

Expand Down

0 comments on commit 94c9edb

Please sign in to comment.