Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Aug 26, 2024
1 parent 4d4ec11 commit 435a7a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test.describe('InputDateRange', () => {
});

test.describe('API', () => {
['s', 'm', 'l'].forEach((size) => {
['s', 'm', 'l'].forEach(size => {
test(`correct filler display for size ${size.toUpperCase()}`, async ({
page,
}) => {
Expand Down

0 comments on commit 435a7a8

Please sign in to comment.