From 234c3f676508861c2af1bf455140b1bd76977b18 Mon Sep 17 00:00:00 2001 From: Steven Kitterman Date: Thu, 16 Nov 2023 17:16:49 -0800 Subject: [PATCH] Unused import removed --- src/write-archive/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/write-archive/index.ts b/src/write-archive/index.ts index 949054e0..6352425d 100644 --- a/src/write-archive/index.ts +++ b/src/write-archive/index.ts @@ -1,6 +1,5 @@ import { outputFile, ensureDir, outputJson } from 'fs-extra'; import { join } from 'path'; -import type { TestInfo } from '@playwright/test'; import { logger } from '../utils/logger'; import { ArchiveFile } from './archive-file'; import { DOMSnapshot } from './dom-snapshot';