We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21196bb commit 5cb14b8Copy full SHA for 5cb14b8
test/helpers/matchers.ts
@@ -62,6 +62,16 @@ export function apihubOperationChangesMatcher(
62
])
63
}
64
65
+export function noChangesMatcher(
66
+ apiType: OperationsApiType = REST_API_TYPE,
67
+): ApihubChangesSummaryMatcher {
68
+ return operationTypeMatcher({
69
+ apiType: apiType,
70
+ changesSummary: EMPTY_CHANGE_SUMMARY,
71
+ numberOfImpactedOperations: EMPTY_CHANGE_SUMMARY,
72
+ })
73
+}
74
+
75
export function changesSummaryMatcher(
76
expected: Partial<ChangeSummary>,
77
apiType: OperationsApiType = REST_API_TYPE,
0 commit comments