From 3f62b4a419d7747d89beb567ff875b871be7bed5 Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Mon, 6 Sep 2021 03:33:33 +0900 Subject: [PATCH] Ignore from root --- jest.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 046c5e43eebe..c7338504c65c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -71,7 +71,11 @@ module.exports = { "prettier-local": "/tests/config/require-prettier.js", "prettier-standalone": "/tests/config/require-standalone.js", }, - modulePathIgnorePatterns: ["/dist", "/website"], + modulePathIgnorePatterns: [ + "/dist", + "/website", + "/scripts/release", + ], transform, watchPlugins: [ "jest-watch-typeahead/filename",