Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 30, 2023
1 parent 48a16eb commit 52eacd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui-tests/tests/jupyterlite_xeus.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

0 comments on commit 52eacd7

Please sign in to comment.