Skip to content

Commit

Permalink
fix: disable jest coverage to test seg fault
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 6, 2022
1 parent 28d48a9 commit 9122129
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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 @@ -8,7 +8,7 @@
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage && karma start karma.conf.js"
"test": "jest && 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 @@ -7,7 +7,7 @@
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage"
"test": "jest "
},
"main": "./dist-cjs/index.js",
"module": "./dist-es/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 @@ -8,7 +8,7 @@
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage"
"test": "jest "
},
"author": {
"name": "AWS SDK for JavaScript Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-v4-crt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage"
"test": "jest "
},
"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 @@ -11,7 +11,7 @@
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage"
"test": "jest "
},
"author": {
"name": "AWS SDK for JavaScript Team",
Expand Down
2 changes: 1 addition & 1 deletion private/aws-echo-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean:dist": "rimraf ./dist-*",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion private/aws-protocoltests-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion private/aws-protocoltests-json-10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion private/aws-protocoltests-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion private/aws-protocoltests-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion private/aws-protocoltests-restjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion private/aws-protocoltests-restxml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down

0 comments on commit 9122129

Please sign in to comment.