From 98f3edf16009189f15186b1523b56b61825e8cd3 Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Fri, 25 Jun 2021 17:04:06 +0100 Subject: [PATCH] Fix canvas-filter-polyfill mock path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e71150699..a495c03d5 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "decoderWorker\\.min\\.js": "/node_modules/matrix-react-sdk/__mocks__/empty.js", "decoderWorker\\.min\\.wasm": "/node_modules/matrix-react-sdk/__mocks__/empty.js", "waveWorker\\.min\\.js": "/node_modules/matrix-react-sdk/__mocks__/empty.js", - "context-filter-polyfill": "/__mocks__/empty.js" + "context-filter-polyfill": "/node_modules/matrix-react-sdk/__mocks__/empty.js" }, "transformIgnorePatterns": [ "/node_modules/(?!matrix-js-sdk).+$",