Skip to content

Commit

Permalink
chore: remove unused jest CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed May 10, 2024
1 parent 536a13d commit e7feed7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/fetch-http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"extract:docs": "api-extractor run --local",
"test": "yarn g:vitest --coverage --forceExit && yarn g:karma start karma.conf.js"
"test": "yarn g:vitest && yarn g:karma start karma.conf.js"
},
"author": {
"name": "AWS SDK for JavaScript Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-apply-body-checksum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"test": "yarn g:vitest --coverage",
"test": "yarn g:vitest",
"test:integration": "yarn g:vitest --config jest.config.integ.js"
},
"main": "./dist-cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"extract:docs": "api-extractor run --local",
"test": "yarn g:vitest --coverage --forceExit"
"test": "yarn g:vitest"
},
"author": {
"name": "AWS SDK for JavaScript Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"extract:docs": "api-extractor run --local",
"test": "yarn g:vitest --coverage"
"test": "yarn g:vitest"
},
"author": {
"name": "AWS SDK for JavaScript Team",
Expand Down

0 comments on commit e7feed7

Please sign in to comment.