mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-09 22:48:57 +02:00
test: wire 12 orphaned test files into the free suite (D3a)
ios-qa/daemon/test (10 files), ios-qa/scripts/gen-accessors.test.ts, and browser-skills/hackernews-frontpage/script.test.ts ran under NO script or CI — written coverage catching nothing. All 174 tests green on arrival (4.6s), zero quarantines needed. TODOS P2 closed: main wired design/test in v1.64, the variants-retry-after flake it named is fixed on this branch, and this commit lands the remaining orphans. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
8d533f1a46
commit
faade9e592
@@ -75,7 +75,17 @@ const ROOT = path.resolve(import.meta.dir, '..');
|
||||
// or local free run. Keep the two lists in sync. This list is the single
|
||||
// source of truth for free-suite roots: package.json's `test` script routes
|
||||
// through this runner rather than passing its own directory globs.
|
||||
const TEST_ROOTS = ['browse/test', 'test', 'make-pdf/test', 'design/test'] as const;
|
||||
const TEST_ROOTS = [
|
||||
'browse/test',
|
||||
'test',
|
||||
'make-pdf/test',
|
||||
'design/test',
|
||||
// v1.65 orphan wire-in (decision D3a): these ran under NO script or CI —
|
||||
// written coverage that caught nothing. All were green on arrival.
|
||||
'ios-qa/daemon/test',
|
||||
'ios-qa/scripts',
|
||||
'browser-skills',
|
||||
] as const;
|
||||
const TEST_FILE_REGEX = /\.test\.(?:[cm]?[jt]s|tsx|jsx)$/;
|
||||
|
||||
// POSIX-only patterns that indicate a test will fail on windows-latest no
|
||||
|
||||
Reference in New Issue
Block a user