From 52d9b1dec2125e70aa07e06f59f41728bcdd4f51 Mon Sep 17 00:00:00 2001 From: Antoine Meausoone Date: Tue, 19 Nov 2019 21:01:12 +0100 Subject: [PATCH] fix test --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 2355f35..df9fa1c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,3 @@ module.exports = { - testPathIgnorePatterns: ['/node_modules/', '/integration/', '/e2e/'], + testPathIgnorePatterns: ['/node_modules/', '/integration/', '/e2e/','/integration-ent'], };