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:
Declan Carroll
2026-03-16 19:23:28 +00:00
parent 0da8759dd6
commit eabb310c30

View File

@@ -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({