@google-github-actions/actions-utils
@google-github-actions/actions-utils / testing / assertMembers
assertMembers<
T>(actual,expected):void
Defined in: testing.ts:87
assertMembers is an assertion that verifies the expected contains all of the given members, in the order in which they were expected.
T
T[]
The value to check again
T[]
The subset of values to assert
void