Skip to content

Commit ea73f3c

Browse files
committed
chore: rename integration test script
1 parent 8d50eeb commit ea73f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"pretest:all": "yarn build:all",
2222
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}'",
2323
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
24-
"test:integration-legacy": "cucumber-js --fail-fast",
25-
"test:integration-legacy:changed-only": "./tests/integ-legacy/index.js",
24+
"test:integration:legacy": "cucumber-js --fail-fast",
25+
"test:integration:legacy:since:release": "./tests/integ-legacy/index.js",
2626
"test:integration": "jest --config jest.config.integ.js --passWithNoTests",
2727
"test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/aws-*' --ignore '@aws-sdk/*-server'",
2828
"test:server-protocols": "yarn build:server-protocols && lerna run test --scope '@aws-sdk/*-server'",

0 commit comments

Comments
 (0)