Skip to content

Commit e4f352b

Browse files
committed
chore(format): ran formatter
1 parent fd16daf commit e4f352b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/cartesian.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ describe('cartesian()', () => {
2020

2121
it('Deck of cards example', () => {
2222
expect(
23-
Array.from(
24-
cartesian(['2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K', 'A'], ['♠', '♥', '♦', '♣']),
25-
),
23+
Array.from(cartesian(['2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K', 'A'], ['♠', '♥', '♦', '♣'])),
2624
).toHaveLength(52);
2725
});
2826
});

0 commit comments

Comments
 (0)