From c981d11b0dd57be7856c0125da2ae83dc5f51440 Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Mon, 28 Oct 2024 14:01:02 +0400 Subject: [PATCH] test: remove space --- test/hooks-error/features/steps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/hooks-error/features/steps.ts b/test/hooks-error/features/steps.ts index 1549441d..ed162372 100644 --- a/test/hooks-error/features/steps.ts +++ b/test/hooks-error/features/steps.ts @@ -1,6 +1,5 @@ import { expect } from '@playwright/test'; import timers from 'node:timers/promises'; - import { Given, Before, BeforeAll, After, AfterAll } from './fixtures'; // use tiny delay to avoid race conditions on stdout output