From 89f8204a299759e6bcf95816230821cb42cd0f6b Mon Sep 17 00:00:00 2001 From: "Dario G. Mori" Date: Sun, 5 May 2024 20:05:22 +0200 Subject: [PATCH] fix: run all tests --- webapp/e2e/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/e2e/jest.config.js b/webapp/e2e/jest.config.js index b15fd886..a1e2040a 100644 --- a/webapp/e2e/jest.config.js +++ b/webapp/e2e/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - testMatch: ["**/about*.steps.js","**/logout*.steps.js"], + testMatch: ["**/*.steps.js"], moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], testTimeout: 30000 } \ No newline at end of file