timjroberts / cucumber-js-tsflow

Provides 'specflow' like bindings for Cucumber.js in TypeScript 1.7+.
MIT License
133 stars 34 forks source link

Detect and report state cycles precisely #139

Closed Fryuni closed 10 months ago

Fryuni commented 11 months ago

Changes the cyclic state dependency detection to walk the dependency path instead of solely relying on Node's behavior for cyclic imports.

Fryuni commented 11 months ago

Hey @tomtomau (sorry for the ping), since you added the feature initially, can you check this, please?