Skip to content

Commit

Permalink
Fix blog post description
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonzales committed May 30, 2024
1 parent cac5275 commit fa9c9d5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
layout: post
title: "How to solve window.matchMedia is not a function in Jest"
description: "Learn how to emulate matchMedia in Jest for responsive design
testing, avoiding mocks for a behavior-focused approach. Overcome
window.matchMedia is not a function error."
date: 2024-02-23
testing. Solve window.matchMedia is not a function error."
date: 2024-05-30
---

Testing responsive designs in environments that don't support the matchMedia
Expand Down

0 comments on commit fa9c9d5

Please sign in to comment.