File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ const base = require ( "./jest.config.base.js" ) ;
2
+
3
+ module . exports = {
4
+ ...base ,
5
+ projects : [ "<rootDir>/clients/*/jest.integ.config.js" ] ,
6
+ testPathIgnorePatterns : [ "/node_modules/" ] ,
7
+ coveragePathIgnorePatterns : [ "/node_modules/" , "/__fixtures__/" ]
8
+ } ;
Original file line number Diff line number Diff line change 17
17
"pretest:all" : " yarn build:all" ,
18
18
"test:all" : " jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/fetch-http-handler --scope @aws-sdk/hash-blob-browser" ,
19
19
"test:functional" : " jest --config tests/functional/jest.config.js --passWithNoTests" ,
20
- "test:integration" : " cucumber-js --fail-fast" ,
20
+ "test:integration" : " cucumber-js --fail-fast && jest --config jest.config.integ.js --passWithNoTests " ,
21
21
"test:protocols" : " yarn build:protocols && lerna run test --scope '@aws-sdk/aws-*'"
22
22
},
23
23
"repository" : {
You can’t perform that action at this time.
0 commit comments