From 2cf691415a588dc358dcf71c1f508e09b24507fd Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:06:12 +0000 Subject: [PATCH] . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc5078a..4930815 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "format-check": "prettier --check '**/*.ts'", "lint": "eslint --fix src/**/*.ts", "package": "ncc build --source-map --license licenses.txt", - "test": "jest --forceExit", + "test": "jest --testTimeout=10000", "test:watch": "jest --watch src", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" },