File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
"pretest:all" : " yarn build:all" ,
22
22
"test:all" : " jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}'" ,
23
23
"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" ,
26
26
"test:integration" : " jest --config jest.config.integ.js --passWithNoTests" ,
27
27
"test:protocols" : " yarn build:protocols && lerna run test --scope '@aws-sdk/aws-*' --ignore '@aws-sdk/*-server'" ,
28
28
"test:server-protocols" : " yarn build:server-protocols && lerna run test --scope '@aws-sdk/*-server'" ,
You can’t perform that action at this time.
0 commit comments