Skip to content

Commit f79db00

Browse files
chore: run lint
1 parent b7bd3e3 commit f79db00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/divider/test/spacing/divider.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

4-
configs({ directions:['ltr'], modes: ['md', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
4+
configs({ directions: ['ltr'], modes: ['md', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
55
test.describe(title('divider: spacing'), () => {
66
['xxsmall', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'xxlarge'].forEach((spacing) => {
77
test(`should render divider with ${spacing} spacing`, async ({ page }) => {

0 commit comments

Comments
 (0)