Skip to content

Commit 682b22a

Browse files
author
Vieltojarvi
committed
import crypto
1 parent 32a77d9 commit 682b22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/integration-tests/src/test-project-setup/seed_test_project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { AmplifyAuthCredentialsFactory } from '../amplify_auth_credentials_facto
2222
import { execa, execaSync } from 'execa';
2323
import { AssumeRoleCommand, STSClient } from '@aws-sdk/client-sts';
2424
import { SemVer } from 'semver';
25+
import crypto from 'node:crypto';
2526

2627
// TODO: this is a work around - in theory this should be fixed
2728
// it seems like as of amplify v6 , some of the code only runs in the browser ...

0 commit comments

Comments
 (0)