Skip to content

Commit e16c97a

Browse files
committed
fix: add __dirname to config-groups integration test
The groups test uses __dirname to resolve browser test file paths. Without import.meta.dirname, it fails with ReferenceError. Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 542c1ab commit e16c97a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration/test-runner/tests/config-groups/runConfigGroupsTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { describe, it } from 'node:test';
2+
const __dirname = import.meta.dirname;
23
import type {
34
BrowserLauncher,
45
TestRunnerCoreConfig,

0 commit comments

Comments
 (0)