1 parent 917dc32 commit 86fc2efCopy full SHA for 86fc2ef
1 file changed
src/e2e-matrix.test.ts
@@ -21,6 +21,6 @@ describe("ci e2e matrix", () => {
21
(match) => (match[1] as string).trim().split(/\s+/),
22
);
23
24
- expect(ciLabels.toSorted()).toEqual(configLabels.toSorted());
+ expect([...ciLabels].sort()).toEqual([...configLabels].sort());
25
});
26
0 commit comments