From 19f849d6a7802701f06b413570385b77ddd27912 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 27 May 2022 21:04:02 +0200 Subject: test(shared): SharedStoreBase tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristóf Marussy --- jest.integ.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jest.integ.config.cjs') diff --git a/jest.integ.config.cjs b/jest.integ.config.cjs index dcb3a04..b9411bc 100644 --- a/jest.integ.config.cjs +++ b/jest.integ.config.cjs @@ -1,7 +1,7 @@ /** @type {import('@jest/types').Config.InitialOptions} */ module.exports = { projects: ['/packages/*/jest.integ.config.cjs'], - collectCoverageFrom: ['**/*.{ts,tsx}'], + collectCoverageFrom: ['**/*.{ts,tsx}', '!**/__fixtures__/**/*'], /** @type {'v8'} */ coverageProvider: 'v8', /** @type {['cobertura', 'text']} */ -- cgit v1.2.3-54-g00ecf