Skip to content

Commit 07fc492

Browse files
committed
linttttttt
1 parent fbb34f7 commit 07fc492

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/components/modal/test/basic/modal.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
145145
await modal.evaluate((el: HTMLIonModalElement) => el.setCurrentBreakpoint(0.5));
146146

147147
expect(warnings.length).toBe(1);
148-
expect(warnings[0]).toBe('[Ionic Warning]: [ion-modal] - setCurrentBreakpoint is only supported on sheet modals.');
148+
expect(warnings[0]).toBe(
149+
'[Ionic Warning]: [ion-modal] - setCurrentBreakpoint is only supported on sheet modals.'
150+
);
149151
});
150152

151153
test('it should return undefined when getting the breakpoint on a non-sheet modal', async ({ page }) => {

0 commit comments

Comments
 (0)