Skip to content

Commit

Permalink
Unused import removed
Browse files Browse the repository at this point in the history
  • Loading branch information
skitterm committed Nov 17, 2023
1 parent bea7655 commit 234c3f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/write-archive/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 234c3f6

Please sign in to comment.