1
0

Add TypeScript example

This commit is contained in:
2018-11-25 05:58:09 +01:00
parent 15e5e413d9
commit 714245fcb0
5 changed files with 722 additions and 0 deletions

View File

@@ -43,3 +43,7 @@ See [Data tables](https://github.com/cucumber/cucumber-js/blob/master/docs/suppo
### async
Shows how to use promises and `async`/`await` when testing asynchronous code.
### ts
Defining steps in TypeScript.