Skip to content

Commit 258463b

Browse files
committed
package.json changes.
1 parent faaade6 commit 258463b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"test:auth": "c8 mocha -p -j 2 system-test/auth.test.js --timeout=30000",
1616
"test:downscoping": "c8 mocha -p -j 2 system-test/downscoping.test.js --timeout=30000",
1717
"test:accessTokenFromImpersonatedCredentials": "c8 mocha -p -j 2 system-test/accessTokenFromImpersonatedCredentials.test.js --timeout=30000",
18+
"test:customcredentials": "c8 mocha -p -j 2 \"system-test/customcredentials/**/*.test.js\" --timeout=30000",
1819
"test": "npm -- run system-test",
19-
"system-test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=30000"
20+
"system-test": "c8 mocha -p -j 2 \"system-test/**/*.test.js\" --timeout=30000"
2021
},
2122
"dependencies": {
2223
"@aws-sdk/client-sts": "^3.58.0",

0 commit comments

Comments
 (0)