From 64f04a293ed7138b3a191ce1c5bce002e0ba34de Mon Sep 17 00:00:00 2001 From: Danny Veldhoen Date: Tue, 30 Jan 2024 12:51:40 +0100 Subject: [PATCH] chore: updated README.md --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 9af5744..9e82991 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,4 +2,5 @@ module.exports = { moduleFileExtensions: ["ts", "js"], testEnvironment: "jsdom", + testTimeout: 30000, };