Skip to content

Commit d794056

Browse files
committed
refactor(set-content): remove extra comma
1 parent c998e2d commit d794056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/utils/test/playwright/page/utils/set-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const setContent = async (page: Page, html: string, testInfo: TestInfo, o
8484
window.Ionic = {
8585
config: {
8686
mode: '${mode}',
87-
theme: '${theme}',
87+
theme: '${theme}'
8888
}
8989
}
9090
</script>

0 commit comments

Comments
 (0)