File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/integration/helpers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const baseJestConfig: Config = {
55 clearMocks : true ,
66 collectCoverage : true ,
77 coverageDirectory : "./.reports/unit/coverage" ,
8- coverageProvider : "v8 " ,
8+ coverageProvider : "babel " ,
99 coveragePathIgnorePatterns : [ "/__tests__/" , "/node_modules/" ] ,
1010 transform : { "^.+\\.ts$" : "ts-jest" } ,
1111 testPathIgnorePatterns : [ ".build" ] ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export async function getMessageStatusCallbacks(
6060) : Promise < CallbackItem [ ] > {
6161 const logs = await getCallbackLogsFromCloudWatch (
6262 logGroupName ,
63- `%${ requestItemId } %MessageStatus%` ,
63+ `%${ requestItemId } % % MessageStatus%` ,
6464 startTime ,
6565 ) ;
6666 return parseCallbacksFromLogs ( logs ) ;
@@ -73,7 +73,7 @@ export async function getChannelStatusCallbacks(
7373) : Promise < CallbackItem [ ] > {
7474 const logs = await getCallbackLogsFromCloudWatch (
7575 logGroupName ,
76- `%${ requestItemId } %ChannelStatus%` ,
76+ `%${ requestItemId } % % ChannelStatus%` ,
7777 startTime ,
7878 ) ;
7979 return parseCallbacksFromLogs ( logs ) ;
You can’t perform that action at this time.
0 commit comments