This commit is contained in:
Yury Semikhatsky 2024-04-24 15:19:45 -07:00
parent 5fbc3e3513
commit e15d71c5fd
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@
import fs from 'fs'; import fs from 'fs';
import path from 'path'; import path from 'path';
import type { FullConfig, FullResult, Suite, TestCase } from '../../types/testReporter'; import type { FullConfig, FullResult, Suite, TestCase } from '../../types/testReporter';
import { monotonicTime } from 'playwright-core/lib/utils';
import { formatFailure, stripAnsiEscapes } from './base'; import { formatFailure, stripAnsiEscapes } from './base';
import EmptyReporter from './empty'; import EmptyReporter from './empty';