mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Added methods missing from the HookScenario interface, as per [cucumber scenario.js](https://github.com/cucumber/cucumber-js/blob/1b9426897894a8df9f36252616e2020d4fc61269/lib/cucumber/api/scenario.js#L32) and corrected the `attach` method signature, since it can take a Stream, a Buffer and a string, not just string.