mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 03:19:28 +02:00
Remove partial comment from to-equal-array-unsorted.ts
This commit is contained in:
parent
fb7f010251
commit
81fb36978c
@ -28,7 +28,6 @@ export function toEqualArrayUnsorted(
|
||||
};
|
||||
}
|
||||
|
||||
// Create shallow copies of the arrays in case we have
|
||||
const actualSorted = received.slice().sort();
|
||||
const expectedSorted = expected.slice().sort();
|
||||
const pass = this.equals(actualSorted, expectedSorted, [...this.customTesters, this.utils.iterableEquality]);
|
||||
|
Loading…
Reference in New Issue
Block a user