From a46da679e8f40600fa37c0de3a90c633b78356eb Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:49:38 +0000 Subject: [PATCH] chore(internal): update jest config (#33) --- jest.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 18794f3..0380a56 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,5 +7,10 @@ module.exports = { '^@anthropic-ai/bedrock-sdk/_shims/auto/(.*)$': '/src/_shims/auto/$1-node', '^@anthropic-ai/bedrock-sdk/(.*)$': '/src/$1', }, - modulePathIgnorePatterns: ['/ecosystem-tests/', '/dist/', '/deno_tests/'], + modulePathIgnorePatterns: [ + '/ecosystem-tests/', + '/dist/', + '/deno/', + '/deno_tests/', + ], };