Skip to content

Commit

Permalink
test(credential-provider-node): remove sts and sso client mocks (#6619)
Browse files Browse the repository at this point in the history
* test(credential-provider-node): remove sts and sso client mocks

* test: delete redundancy
  • Loading branch information
kuhe authored Nov 4, 2024
1 parent e5a04d0 commit 62ae71a
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 138 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test-protocols: build-s3-browser-bundle
npx vitest run -c vitest.config.protocols.integ.ts

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

0 comments on commit 62ae71a

Please sign in to comment.