diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-11-25 05:58:09 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-11-25 05:58:09 +0100 |
| commit | 714245fcb0303249c14bd4737c1927103b106b0c (patch) | |
| tree | e4975737300240c0889c60dbaa76183731133ec4 /ts/features/composition.feature | |
| parent | 15e5e413d9a49012202c46f8fde747c1593ec0f1 (diff) | |
| download | cucumber-js-demo-714245fcb0303249c14bd4737c1927103b106b0c.tar.gz | |
Add TypeScript example
Diffstat (limited to 'ts/features/composition.feature')
| -rw-r--r-- | ts/features/composition.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ts/features/composition.feature b/ts/features/composition.feature new file mode 100644 index 0000000..fdae9c4 --- /dev/null +++ b/ts/features/composition.feature @@ -0,0 +1,5 @@ +Feature: TypeScript step definitions + + Scenario: + When the step definitions are written in TypeScript + Then I don't get a warning about undefined steps |
