From c78af1e3b68cb6ef4b299dc41bb02a5ceb81a215 Mon Sep 17 00:00:00 2001 From: Vladimir Borovik Date: Mon, 1 Jul 2024 17:42:24 +0300 Subject: [PATCH] fix build --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 900780d..b4d6aef 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -170,7 +170,7 @@ export default { transformIgnorePatterns: [ // "/node_modules/", // "\\.pnp\\.[^\\/]+$", - 'node_modules/.pnpm/(?!axios)' + '/node_modules/.pnpm/(?!(axios|@1inch\\+limit-order-sdk)@)', ] // An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them