From 52eacd71e2af21f3df0e8f81a87c7c000dbab87f Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 30 Nov 2023 09:26:13 +0100 Subject: [PATCH] Lint --- ui-tests/tests/jupyterlite_xeus.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui-tests/tests/jupyterlite_xeus.spec.ts b/ui-tests/tests/jupyterlite_xeus.spec.ts index 6c133de..75ce4b4 100644 --- a/ui-tests/tests/jupyterlite_xeus.spec.ts +++ b/ui-tests/tests/jupyterlite_xeus.spec.ts @@ -16,6 +16,8 @@ test('should emit an activation console message', async ({ page }) => { await page.goto(); expect( - logs.filter(s => s === 'JupyterLab extension @jupyterlite/xeus is activated!') + logs.filter( + s => s === 'JupyterLab extension @jupyterlite/xeus is activated!' + ) ).toHaveLength(1); });