Skip to content

Commit 86fc2ef

Browse files
committed
fix
1 parent 917dc32 commit 86fc2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/e2e-matrix.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ describe("ci e2e matrix", () => {
2121
(match) => (match[1] as string).trim().split(/\s+/),
2222
);
2323

24-
expect(ciLabels.toSorted()).toEqual(configLabels.toSorted());
24+
expect([...ciLabels].sort()).toEqual([...configLabels].sort());
2525
});
2626
});

0 commit comments

Comments
 (0)