mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
* Added the Listener and Event types so that you can register custom cucumber event listeners in TypeScript Contribution based on the [Serenity/JS implementation](https://github.com/jan-molak/serenity-js/blob/3e733369f4fd456239c4d97ef20ae4447e407799/src/serenity-cucumber/cucumber.d.ts) * Removed myself from the list of contributors, because being there apparently breaks some regex somewhere .... * Replaced non-existent 'assert' type reference with a dummy implementation based on https://github.com/DefinitelyTyped/DefinitelyTyped/blob/4869992bc079b88280b9ff91213528904109e8ae/json-merge-patch/json-merge-patch-tests.ts * Added myself to the list of contributors as per @andy-ms instructions. Thanks!