From f8850f6522900f684cd0f33eef027e40d746103d Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 26 Apr 2019 12:37:06 -0400 Subject: [PATCH] Don't collect coverage from extensions --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index b26d12661..dd5c5bbee 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,6 @@ module.exports = { verbose: true, - testPathIgnorePatterns: ['/node_modules/'], + testPathIgnorePatterns: ['/node_modules/', '/extensions/'], testMatch: ['/src/**/*.test.js'], // collectCoverage: false,