Skip to content

Commit 4ddf237

Browse files
committed
fix: rewrite .js to .ts imports in test files (re-apply)
Re-apply .ts import rewrites to test files after they were lost in a previous git checkout operation. Also fix bare package specifiers that had erroneous .ts extension. Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4a2fd84 commit 4ddf237

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/test-runner-junit-reporter/test/junitReporter.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { promises as fs } from 'fs';
44
import path from 'path';
55
import globby from 'globby';
66

7-
import { chromeLauncher } from '@web/test-runner-chrome.ts';
8-
import type { TestRunnerCoreConfig } from '@web/test-runner-core.ts';
7+
import { chromeLauncher } from '@web/test-runner-chrome';
8+
import type { TestRunnerCoreConfig } from '@web/test-runner-core';
99
import { runTests } from '@web/test-runner-core/test-helpers.ts';
1010
import { junitReporter } from '../src/junitReporter.ts';
1111

0 commit comments

Comments
 (0)