fix(ci): Fix import order in metrics-reporter (no-changelog)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { Reporter, TestCase, TestResult } from '@playwright/test/reporter';
|
||||
import { execSync } from 'node:child_process';
|
||||
import * as os from 'node:os';
|
||||
|
||||
import type { Reporter, TestCase, TestResult } from '@playwright/test/reporter';
|
||||
import { z } from 'zod';
|
||||
|
||||
const metricDataSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user