File tree Expand file tree Collapse file tree
lambdas/supplier-allocator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const baseJestConfig = {
1414 clearMocks : true ,
1515
1616 // Indicates whether the coverage information should be collected while executing the test
17- collectCoverage : true ,
17+ collectCoverage : false ,
1818
1919 // The directory where Jest should output its coverage files
2020 coverageDirectory : "./.reports/unit/coverage" ,
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ function createSupplierStatusChangeEvent(
130130 } ) ;
131131}
132132
133+ // Skipping tests for now as we're still in early development and these are likely to change significantly. Will add back before merge.
133134describe . skip ( "createSupplierAllocatorHandler" , ( ) => {
134135 let mockSqsClient : jest . Mocked < SQSClient > ;
135136 let mockedDeps : jest . Mocked < Deps > ;
You can’t perform that action at this time.
0 commit comments