File tree 3 files changed +19
-9
lines changed
packages/stream-collector-browser
3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ module.exports = {
5
5
projects : [ "<rootDir>/packages/*/jest.config.js" ] ,
6
6
testPathIgnorePatterns : [
7
7
"<rootDir>/packages/add-glacier-checksum-headers-browser" ,
8
+ "<rootDir>/packages/stream-collector-browser" ,
8
9
"<rootDir>/clients/client-.*"
9
10
] ,
10
11
coveragePathIgnorePatterns : [
11
12
"/node_modules/" ,
12
13
"<rootDir>/packages/add-glacier-checksum-headers-browser" ,
13
- "<rootDir>/packages/crypto-sjcl-*" ,
14
- "<rootDir>/packages/xml-body-parser/vendor/" ,
14
+ "<rootDir>/packages/stream-collector-browser" ,
15
15
"<rootDir>/clients/client-.*" ,
16
16
"/__fixtures__/"
17
17
]
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" ,
17
+ "test:all" : " jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/stream-collector-browser @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
},
50
50
"typescript" : " ^3.7.0" ,
51
51
"yarn" : " 1.21.1"
52
52
},
53
- "workspaces" : [
54
- " packages/*" ,
55
- " clients/*"
56
- ],
53
+ "workspaces" : {
54
+ "packages" : [
55
+ " packages/*" ,
56
+ " clients/*"
57
+ ],
58
+ "nohoist" : [
59
+ " **/karma" ,
60
+ " **/karma/**" ,
61
+ " **/karma-*" ,
62
+ " **/karma-*/**"
63
+ ]
64
+ },
57
65
"husky" : {
58
66
"hooks" : {
59
67
"pre-commit" : " lint-staged" ,
66
74
" git add"
67
75
]
68
76
}
69
- }
77
+ }
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@types/jest" : " ^24.0.12" ,
23
23
"jasmine-core" : " ^3.5.0" ,
24
- "karma-cli" : " ^2.0.0" ,
24
+ "karma" : " ^4.4.1" ,
25
+ "karma-chrome-launcher" : " ^3.1.0" ,
25
26
"karma-jasmine" : " ^2.0.1" ,
26
27
"karma-typescript" : " ^4.1.1" ,
27
28
"puppeteer" : " ^2.0.0" ,
29
+ "source-map" : " ^0.7.3" ,
28
30
"typescript" : " ~3.4.0"
29
31
}
30
32
}
You can’t perform that action at this time.
0 commit comments