Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9122129

Browse files
committedJan 6, 2022
fix: disable jest coverage to test seg fault
Refs: jestjs/jest#10662 (comment)
1 parent 28d48a9 commit 9122129

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed
 

‎packages/fetch-http-handler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:es": "tsc -p tsconfig.es.json",
99
"build:types": "tsc -p tsconfig.types.json",
1010
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
11-
"test": "jest --coverage && karma start karma.conf.js"
11+
"test": "jest && karma start karma.conf.js"
1212
},
1313
"author": {
1414
"name": "AWS SDK for JavaScript Team",

‎packages/middleware-apply-body-checksum/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:es": "tsc -p tsconfig.es.json",
88
"build:types": "tsc -p tsconfig.types.json",
99
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
10-
"test": "jest --coverage"
10+
"test": "jest "
1111
},
1212
"main": "./dist-cjs/index.js",
1313
"module": "./dist-es/index.js",

‎packages/node-http-handler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:es": "tsc -p tsconfig.es.json",
99
"build:types": "tsc -p tsconfig.types.json",
1010
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
11-
"test": "jest --coverage"
11+
"test": "jest "
1212
},
1313
"author": {
1414
"name": "AWS SDK for JavaScript Team",

‎packages/signature-v4-crt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:es": "tsc -p tsconfig.es.json",
1212
"build:types": "tsc -p tsconfig.types.json",
1313
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
14-
"test": "jest --coverage"
14+
"test": "jest "
1515
},
1616
"author": {
1717
"name": "AWS SDK for JavaScript Team",

‎packages/signature-v4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:es": "tsc -p tsconfig.es.json",
1212
"build:types": "tsc -p tsconfig.types.json",
1313
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
14-
"test": "jest --coverage"
14+
"test": "jest "
1515
},
1616
"author": {
1717
"name": "AWS SDK for JavaScript Team",

‎private/aws-echo-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf ./dist-*",
1313
"clean:docs": "rimraf ./docs",
1414
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"main": "./dist-cjs/index.js",
1818
"types": "./dist-types/index.d.ts",

‎private/aws-protocoltests-ec2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf ./dist",
1313
"clean:docs": "rimraf ./docs",
1414
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"main": "./dist-cjs/index.js",
1818
"types": "./dist-types/index.d.ts",

‎private/aws-protocoltests-json-10/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf ./dist",
1313
"clean:docs": "rimraf ./docs",
1414
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"main": "./dist-cjs/index.js",
1818
"types": "./dist-types/index.d.ts",

‎private/aws-protocoltests-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf ./dist",
1313
"clean:docs": "rimraf ./docs",
1414
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"main": "./dist-cjs/index.js",
1818
"types": "./dist-types/index.d.ts",

‎private/aws-protocoltests-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf ./dist",
1313
"clean:docs": "rimraf ./docs",
1414
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"main": "./dist-cjs/index.js",
1818
"types": "./dist-types/index.d.ts",

‎private/aws-protocoltests-restjson/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf ./dist",
1313
"clean:docs": "rimraf ./docs",
1414
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"main": "./dist-cjs/index.js",
1818
"types": "./dist-types/index.d.ts",

‎private/aws-protocoltests-restxml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf ./dist",
1313
"clean:docs": "rimraf ./docs",
1414
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"main": "./dist-cjs/index.js",
1818
"types": "./dist-types/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.