File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ module.exports = {
4
4
...base ,
5
5
projects : [ "<rootDir>/packages/*/jest.config.js" ] ,
6
6
testPathIgnorePatterns : [
7
- "<rootDir>/packages/add-glacier-checksum-headers-browser " ,
8
- "<rootDir>/packages/stream-collector-browser" ,
7
+ "/node_modules/ " ,
8
+ "<rootDir>/packages/stream-collector-browser/* " ,
9
9
"<rootDir>/clients/client-.*"
10
10
] ,
11
11
coveragePathIgnorePatterns : [
12
12
"/node_modules/" ,
13
- "<rootDir>/packages/add-glacier-checksum-headers-browser" ,
14
- "<rootDir>/packages/stream-collector-browser" ,
13
+ "<rootDir>/packages/stream-collector-browser/*" ,
15
14
"<rootDir>/clients/client-.*" ,
16
15
"/__fixtures__/"
17
16
]
Original file line number Diff line number Diff line change 14
14
"build:smithy-client" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest" ,
15
15
"build:all" : " yarn build:crypto-dependencies && lerna run pretest --include-dependencies --include-dependents" ,
16
16
"pretest:all" : " yarn build:all" ,
17
- "test:all" : " jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/stream-collector-browser @aws-sdk/hash-blob-browser" ,
17
+ "test:all" : " jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/stream-collector-browser --scope @aws-sdk/hash-blob-browser" ,
18
18
"test:functional" : " jest --config tests/functional/jest.config.js --passWithNoTests" ,
19
19
"test:integration" : " cucumber.js"
20
20
},
You can’t perform that action at this time.
0 commit comments