mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 23:26:15 +00:00
Improve code quality
Fix lint warnings
This commit is contained in:
@@ -2,7 +2,7 @@ import {expect, test} from '@playwright/test';
|
||||
import {setupGedcomRoute} from './helpers';
|
||||
|
||||
test.describe('Core SVG Canvas Layouts @visual', () => {
|
||||
test.beforeEach(async ({page, context}) => {
|
||||
test.beforeEach(async ({context}) => {
|
||||
await setupGedcomRoute(context);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user