From fb77bb733d1c406028884271fdc2376b3830a129 Mon Sep 17 00:00:00 2001 From: cfal Date: Tue, 9 May 2023 16:31:17 +0900 Subject: [PATCH] jest.config.ts: add missing starknet-gauntlet-ledger --- jest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.ts b/jest.config.ts index 9529342f9..c788af510 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -32,6 +32,7 @@ const config: Config.InitialOptions = { projectConfig('starknet-gauntlet-oz'), projectConfig('starknet-gauntlet-token'), projectConfig('starknet-gauntlet-emergency-protocol'), + projectConfig('starknet-gauntlet-ledger'), ], } export default config