From 823125756f4570573dc6566b479c0507b6019137 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Tue, 17 Oct 2023 19:15:34 -0400 Subject: [PATCH] Try and force jest-cli/yargs resolution --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 139b840..680696e 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,8 @@ "jest-circus": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" + }, + "resolutions": { + "jest-cli/yargs": "^17.3.1" } }