From 40d4a683e3902550ded0b2cbc7d61c96be125517 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 16 Apr 2020 21:23:20 +0000 Subject: [PATCH] autofix: jest.config.js should have md5 37d4a60683ab9a47350f017601295759 --- jest.config.js | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 2266637..d111bae 100644 --- a/jest.config.js +++ b/jest.config.js @@ -13,6 +13,10 @@ module.exports = { "/node_modules/", "/dist/", ], + modulePathIgnorePatterns: [ + "/dist", + "/build", + ], moduleNameMapper: { "^root": "", "^src": "/src", diff --git a/package.json b/package.json index 7ae7f7c..466a9df 100644 --- a/package.json +++ b/package.json @@ -38,4 +38,4 @@ }, "homepage": "https://github.com/Jaid/object-changes", "keywords": [] -} \ No newline at end of file +}