Skip to content

Commit 280a895

Browse files
committed
chore: fix formatting
1 parent 845c8d3 commit 280a895

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/tools/pages.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ describe('pages', () => {
166166
assert.ok(
167167
response.responseLines
168168
.at(0)
169-
?.startsWith('Unable to navigate forward in currently selected page.'),
169+
?.startsWith(
170+
'Unable to navigate forward in currently selected page.',
171+
),
170172
);
171173
assert.ok(response.includePages);
172174
});

0 commit comments

Comments
 (0)