summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-11-25 05:58:09 +0100
committerEugen Wissner <belka@caraus.de>2018-11-25 05:58:09 +0100
commit714245fcb0303249c14bd4737c1927103b106b0c (patch)
treee4975737300240c0889c60dbaa76183731133ec4 /README.md
parent15e5e413d9a49012202c46f8fde747c1593ec0f1 (diff)
downloadcucumber-js-demo-714245fcb0303249c14bd4737c1927103b106b0c.tar.gz
Add TypeScript example
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b14c01..7db7e9c 100644
--- a/README.md
+++ b/README.md
@@ -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.