From c941b70c44302b6632ce412fdb02f61f0afe4423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Maa=C3=9F?= <mathiasmaass@gmx.de> Date: Tue, 13 Jul 2021 14:59:55 +0200 Subject: [PATCH] remove manifesto compilation step from jest.json --- jest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/jest.json b/jest.json index fd8cf635a..d63514098 100644 --- a/jest.json +++ b/jest.json @@ -17,8 +17,5 @@ "<rootDir>/**/__tests__/**/*.{js,jsx}", "<rootDir>/src/**/?(*.)(spec|test|unit).{js,jsx}" ], - "transformIgnorePatterns": [ - "<rootDir>/node_modules/(?!manifesto.js)" - ], "preset": "jest-puppeteer" } -- GitLab