Skip to content

Commit 1e67108

Browse files
rictusRyan R. Fox
authored andcommitted
Restructure test files to src/*.test.ts format
Move Group C (C1-C3 balance-aware fallback) and Group E (E1-E2 edge cases) tests from scripts/ to src/*.test.ts format, following the Group B pattern. - New: balance-selection-fallback.test.ts (4 tests: C1, C2, C3, C+ bonus) - New: balance-selection-edge.test.ts (2 tests: E1, E2) - Removed: scripts/balance-aware-tests.ts - Removed: scripts/balance-aware-tests-e.ts - Updated: package.json with new test scripts
1 parent 416c688 commit 1e67108

5 files changed

Lines changed: 446 additions & 537 deletions

File tree

e2e/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "tsx test.ts",
88
"test:unit": "tsx src/balance-aware-selector.test.ts",
9-
"test:balance-e": "tsx scripts/balance-aware-tests-e.ts",
9+
"test:balance-c": "tsx src/balance-selection-fallback.test.ts",
10+
"test:balance-e": "tsx src/balance-selection-edge.test.ts",
1011
"test:watch": "tsc --watch",
1112
"setup": "./setup.sh",
1213
"setup:legacy": "./setup.sh --legacy",

e2e/scripts/balance-aware-tests-e.ts

Lines changed: 0 additions & 216 deletions
This file was deleted.

0 commit comments

Comments
 (0)