Skip to content

Commit 62ae71a

Browse files
authored
test(credential-provider-node): remove sts and sso client mocks (#6619)
* test(credential-provider-node): remove sts and sso client mocks * test: delete redundancy
1 parent e5a04d0 commit 62ae71a

File tree

2 files changed

+75
-138
lines changed

2 files changed

+75
-138
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ test-protocols: build-s3-browser-bundle
2222
npx vitest run -c vitest.config.protocols.integ.ts
2323

2424
test-integration: build-s3-browser-bundle
25+
rm -rf ./clients/client-sso/node_modules/\@smithy # todo(yarn) incompatible redundant nesting.
2526
npx vitest run -c vitest.config.integ.ts
2627
npx jest -c jest.config.integ.js
2728
make test-protocols;

0 commit comments

Comments
 (0)