diff options
Diffstat (limited to 'test/bun.js/microtask.test.js')
-rw-r--r-- | test/bun.js/microtask.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bun.js/microtask.test.js b/test/bun.js/microtask.test.js index 18956b1e5..dba84f36c 100644 --- a/test/bun.js/microtask.test.js +++ b/test/bun.js/microtask.test.js @@ -60,7 +60,7 @@ it("queueMicrotask", async () => { if (!passed) throw new Error( - "queueMicrotask should throw a TypeError if the argument is not a function" + "queueMicrotask should throw a TypeError if the argument is not a function", ); } @@ -74,7 +74,7 @@ it("queueMicrotask", async () => { if (!passed) throw new Error( - "queueMicrotask should throw a TypeError if the argument is empty" + "queueMicrotask should throw a TypeError if the argument is empty", ); } }); |