Skip to content

Commit 3ee7a4b

Browse files
committed
chore: fix formatting
1 parent 31a2722 commit 3ee7a4b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/tools/pages.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ describe('pages', () => {
9595
});
9696

9797
for (const categoryExtensions of [true, false]) {
98-
it(`list pages for extension service workers ${categoryExtensions ? 'with' : 'without'} --category-extensions`, async() => {
98+
it(`list pages for extension service workers ${categoryExtensions ? 'with' : 'without'} --category-extensions`, async () => {
9999
await withMcpContext(
100100
async (response, context) => {
101-
const extensionId = await context.installExtension(EXTENSION_SW_PATH);
101+
const extensionId =
102+
await context.installExtension(EXTENSION_SW_PATH);
102103
assert.ok(extensionId);
103104

104105
const swTarget = await context.browser.waitForTarget(

0 commit comments

Comments
 (0)