|
34 | 34 | "local-publish": "node ./scripts/verdaccio-publish/index.js", |
35 | 35 | "test:all": "yarn build:all && jest --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions && yarn test:integration", |
36 | 36 | "test:ci": "lerna run test --since origin/main", |
37 | | - "test:e2e": "node ./scripts/turbo test:e2e --env-mode=loose && node ./tests/canary/canary", |
| 37 | + "test:e2e": "make test-e2e && node ./tests/canary/canary", |
38 | 38 | "test:e2e:legacy": "cucumber-js --fail-fast", |
39 | 39 | "test:e2e:legacy:preview": "./tests/e2e-legacy/preview.mjs", |
40 | 40 | "test:e2e:legacy:since:release": "./tests/e2e-legacy/since-release.mjs", |
41 | 41 | "test:functional": "jest --passWithNoTests --config tests/functional/jest.config.js && lerna run test --scope \"@aws-sdk/client-*\"", |
42 | | - "test:integration": "node ./scripts/turbo test:integration", |
| 42 | + "test:integration": "make test-integration", |
43 | 43 | "test:integration:legacy": "yarn test:e2e:legacy", |
44 | 44 | "test:integration:legacy:since:release": "yarn test:e2e:legacy:since:release", |
45 | 45 | "test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/aws-protocoltests-*'", |
46 | 46 | "test:server-protocols": "yarn build:server-protocols && lerna run test --scope '@aws-sdk/*-server'", |
47 | 47 | "test:size": "cd scripts/benchmark-size/runner && yarn && ts-node ./cli.ts", |
48 | | - "test:unit": "node ./scripts/turbo test", |
| 48 | + "test:unit": "make test-unit", |
49 | 49 | "test:versions": "jest --config tests/versions/jest.config.js tests/versions/index.spec.ts", |
50 | 50 | "update:versions:default": "node --es-module-specifier-resolution=node ./scripts/update-versions/default.mjs", |
51 | 51 | "update:versions:current": "node --es-module-specifier-resolution=node ./scripts/update-versions/current.mjs" |
|
0 commit comments