Commit 30ee679
committed
wip: investigate timeout test discovery issue
- Renamed test data files from .js to .cjs in timeouts config
- Updated config to reference .cjs test files
- Issue: Test data files (files run BY CodeceptJS) aren't being discovered
- Root cause: With 'type:module', all .js files are ESM but test files
use globals (Feature, Scenario) that Mocha sets up via require hook
- ESM modules can't use this pattern - need different solution
- This affects ALL test data files in sandbox, not just timeouts1 parent b2dfe68 commit 30ee679
File tree
4 files changed
+1
-1
lines changed- test/data/sandbox/configs/timeouts
4 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
File renamed without changes.
0 commit comments