From d97cd4579b0e8fc2bdcfcb10d7892aaa19d70c1c Mon Sep 17 00:00:00 2001 From: Urko Pineda <62283094+urko-pineda@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:29:11 +0200 Subject: [PATCH] Update testing.md Removed ``` with `'`. --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index c1756fb9af956e3..fc9ebab89250e38 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -175,7 +175,7 @@ module.exports = { // Handle image imports // https://jestjs.io/docs/webpack#handling-static-assets - '^.+\\.(jpg|jpeg|png|gif|webp|svg)$': `/__mocks__/fileMock.js`, + '^.+\\.(jpg|jpeg|png|gif|webp|svg)$': '/__mocks__/fileMock.js', }, testPathIgnorePatterns: ['/node_modules/', '/.next/'], transform: {