diff --git a/packages/interactions/__tests__/testUtils/randomConfigGeneration.ts b/packages/interactions/__tests__/testUtils/randomConfigGeneration.ts index ea1de1797fe..23cc9228813 100644 --- a/packages/interactions/__tests__/testUtils/randomConfigGeneration.ts +++ b/packages/interactions/__tests__/testUtils/randomConfigGeneration.ts @@ -2,6 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 import { AWSLexProviderOption } from '../../src/lex-v1/types'; import { AWSLexV2ProviderOption } from '../../src/lex-v2/types'; +require('crypto'); export const generateRandomLexV1Config = (): AWSLexProviderOption => ({ name: crypto.randomUUID(),