What does `jasmine.arrayContaining()` check?
-
A
That the actual array contains at least all elements in the expected array
-
B
That two arrays are strictly equal
-
C
That an array is sorted in the expected order
-
D
That an array has exactly the expected length