From af91f75083374c19f02494c849226275b3b4979e Mon Sep 17 00:00:00 2001 From: atomicpages Date: Tue, 10 Sep 2019 09:13:45 -0700 Subject: [PATCH] Shhhhh --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 6a40ca6..e01b0c5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,7 +5,7 @@ module.exports = { coverageReporters: ['text', 'html', 'text-summary', 'lcov'], collectCoverageFrom: ['src/**/*.{ts,tsx}'], modulePathIgnorePatterns: ['pkg/', 'resources/'], - testPathIgnorePatterns: ['/src/index.ts'], + testPathIgnorePatterns: ['/src/index.ts', '/docs/*'], globals: { 'ts-jest': { tsConfig: '/tsconfig.test.json',