Skip to content

Commit ae84e09

Browse files
committed
fix lint
1 parent 740159e commit ae84e09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui-tests/tests/jupyter_ai_chat_commands.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ test('should emit an activation console message', async ({ page }) => {
1616
await page.goto();
1717

1818
expect(
19-
logs.filter(s => s === 'JupyterLab extension @jupyter-ai/chat-commands is activated!')
19+
logs.filter(
20+
s => s === 'JupyterLab extension @jupyter-ai/chat-commands is activated!'
21+
)
2022
).toHaveLength(1);
2123
});

0 commit comments

Comments
 (0)