Daniel
Chiubaka Technologies

Chiubaka Technologies

Follow
Follow
homebadgesnewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Writing Tests for Custom Matchers in Jest

Jul 7, 20224 min read

TLDR: Here's an example of how to write a test for a custom matcher: describe("toHaveDevDependency", () => { it("fails when given a number", () =>...

Writing Tests for Custom Matchers in Jest