From 94c9edb3372587274fc17dbf3b6ca0058f0705ed Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 5 Dec 2021 21:15:54 -0800 Subject: [PATCH] small change to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8685e299..b86b462d 100644 --- a/README.md +++ b/README.md @@ -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 ); ```