8 lines
287 B
TypeScript
8 lines
287 B
TypeScript
/**
|
|
* Legacy Cucumber step definitions for real iRacing automation.
|
|
*
|
|
* Native OS-level automation and these steps have been retired.
|
|
* This file is excluded from TypeScript builds and is kept only as
|
|
* historical documentation. No executable step definitions remain.
|
|
*/
|
|
export {}; |